diff options
author | Juri Linkov <juri@jurta.org> | 2009-11-19 17:37:22 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2009-11-19 17:37:22 +0000 |
commit | da205913b73cd0b7223c3d0d378466590bfcabc4 (patch) | |
tree | 5dc49508dfda4c9b63c0593f8a7e3487ad6bf9c1 /lisp/find-dired.el | |
parent | e2b6892ea654e2580fa715138221fc57b2ada715 (diff) | |
download | emacs-da205913b73cd0b7223c3d0d378466590bfcabc4.tar.gz |
* find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
* progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 98643f71777..aa68286d3a4 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -70,7 +70,7 @@ On other systems, the closest you can come is to use `-l'." :type 'string :group 'find-dired) -;;;###autoload +;; This used to be autoloaded (see bug#4387). (defcustom find-name-arg (purecopy (if read-file-name-completion-ignore-case "-iname" |