summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2008-07-30 14:18:04 +0000
committerJuri Linkov <juri@jurta.org>2008-07-30 14:18:04 +0000
commit6294065932510c570f8e0d2cbd7a17845d21d5e7 (patch)
tree457b9cf20b7859495effde8cf4ab66c261f681e1
parentbb1244d19550d1b9a643589395f9795a5543b41b (diff)
downloademacs-6294065932510c570f8e0d2cbd7a17845d21d5e7.tar.gz
(dired-isearch-filenames-setup): Add autoload cookie
for the sake of isearch-mode-hook in dired-mode in dired.el.
-rw-r--r--lisp/dired-aux.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 87f99cade1c..0d351243548 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -2310,6 +2310,7 @@ Use \\[dired-hide-subdir] to (un)hide a particular subdirectory."
(defvar dired-isearch-orig-success-function nil)
+;;;###autoload
(defun dired-isearch-filenames-setup ()
"Set up isearch to search in Dired file names.
Intended to be added to `isearch-mode-hook'."