Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
remove useless autoload cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiuf committed Nov 28, 2014
1 parent 5fe596d commit d7d43d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm-dired-history.el
Expand Up @@ -67,7 +67,6 @@

(defvar helm-dired-history-variable nil)

;;;###autoload
(defun helm-dired-history-update()
"update variable `helm-dired-history-variable'."
(setq helm-dired-history-variable
Expand All @@ -76,10 +75,8 @@
(append (list (dired-current-directory)) helm-dired-history-variable)))

;;when you open dired buffer ,update `helm-dired-history-variable'.
;;;###autoload
(add-hook 'dired-after-readin-hook 'helm-dired-history-update)

;;;###autoload
(defvar helm-source-dired-history
'((name . "Dired History:")
(candidates . helm-dired-history-variable)
Expand Down

0 comments on commit d7d43d6

Please sign in to comment.