(dired-isearch-filenames-setup): Add autoload cookie

for the sake of isearch-mode-hook in dired-mode in dired.el.
This commit is contained in:
Juri Linkov 2008-07-30 14:18:28 +00:00
parent bb43424bfb
commit 27f7e9b5d7
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-07-30 Juri Linkov <juri@jurta.org>
* dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
for the sake of isearch-mode-hook in dired-mode in dired.el.
2008-07-19 Markus Triska <markus.triska@gmx.at>
* image-mode.el (image-mode): Set image-mode-text-map when image

View file

@ -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'."