diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:49:47 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:49:47 +0000 |
commit | 3027fc3ee57dd89393a2726b295df7aaf526c9de (patch) | |
tree | f0ee86788aef01b0d60b21f3ceb47026389a439a /lisp/find-lisp.el | |
parent | 26138670c27a373e22e7a1aa72d95e78e1ca57e3 (diff) | |
download | emacs-3027fc3ee57dd89393a2726b295df7aaf526c9de.tar.gz |
(dired-buffers, dired-subdir-alist): Add defvars.
Diffstat (limited to 'lisp/find-lisp.el')
-rw-r--r-- | lisp/find-lisp.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/find-lisp.el b/lisp/find-lisp.el index b019fd6ba98..59dac2f62d6 100644 --- a/lisp/find-lisp.el +++ b/lisp/find-lisp.el @@ -46,6 +46,9 @@ ;;; Code: +(defvar dired-buffers) +(defvar dired-subdir-alist) + ;; Internal variables (defvar find-lisp-regexp nil |