diff options
| author | Juri Linkov | 2008-07-30 14:18:28 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-07-30 14:18:28 +0000 |
| commit | 27f7e9b5d7ffe09ebf4add688045b87ec578aa6f (patch) | |
| tree | b8e11f27925f9b3aab073d1df5a88bc8d5362181 | |
| parent | bb43424bfb80a3d2c397cc1bfacf1505eed88442 (diff) | |
| download | emacs-27f7e9b5d7ffe09ebf4add688045b87ec578aa6f.tar.gz emacs-27f7e9b5d7ffe09ebf4add688045b87ec578aa6f.zip | |
(dired-isearch-filenames-setup): Add autoload cookie
for the sake of isearch-mode-hook in dired-mode in dired.el.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/dired-aux.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f257a5bd701..f3960ac0abc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-07-30 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie | ||
| 4 | for the sake of isearch-mode-hook in dired-mode in dired.el. | ||
| 5 | |||
| 1 | 2008-07-19 Markus Triska <markus.triska@gmx.at> | 6 | 2008-07-19 Markus Triska <markus.triska@gmx.at> |
| 2 | 7 | ||
| 3 | * image-mode.el (image-mode): Set image-mode-text-map when image | 8 | * image-mode.el (image-mode): Set image-mode-text-map when image |
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." | |||
| 2310 | 2310 | ||
| 2311 | (defvar dired-isearch-orig-success-function nil) | 2311 | (defvar dired-isearch-orig-success-function nil) |
| 2312 | 2312 | ||
| 2313 | ;;;###autoload | ||
| 2313 | (defun dired-isearch-filenames-setup () | 2314 | (defun dired-isearch-filenames-setup () |
| 2314 | "Set up isearch to search in Dired file names. | 2315 | "Set up isearch to search in Dired file names. |
| 2315 | Intended to be added to `isearch-mode-hook'." | 2316 | Intended to be added to `isearch-mode-hook'." |