Mercurial > emacs
changeset 97115:9880fe3905f7
(dired-isearch-filenames-setup): Add autoload cookie
for the sake of isearch-mode-hook in dired-mode in dired.el.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 30 Jul 2008 14:18:04 +0000 |
parents | b9d3eb039500 |
children | 0c4716614fc4 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Wed Jul 30 13:35:50 2008 +0000 +++ b/lisp/dired-aux.el Wed Jul 30 14:18:04 2008 +0000 @@ -2310,6 +2310,7 @@ (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'."