]> git.eshelyaron.com Git - emacs.git/commitdiff
(grep-tree): Fixed autoload.
authorKim F. Storm <storm@cua.dk>
Fri, 12 Jul 2002 23:56:12 +0000 (23:56 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 12 Jul 2002 23:56:12 +0000 (23:56 +0000)
Corrected use of undefined variable `match-files-aliases'.

lisp/progmodes/compile.el

index c06d01594bd34e85b5401c577c653bdb2b680df1..b0f2457df66e1567e603f0228671668b4c1db3ea 100644 (file)
@@ -862,10 +862,10 @@ easily repeat a find command."
                                  (or regexp "") command t t))
   command)
 
-;;;###autoload
 (defvar grep-tree-last-regexp "")
 (defvar grep-tree-last-files (car (car grep-tree-files-aliases)))
 
+;;;###autoload
 (defun grep-tree (regexp files dir &optional subdirs)
   "Grep for REGEXP in FILES in directory tree rooted at DIR.
 Collect output in a buffer.
@@ -904,7 +904,7 @@ those sub directories of DIR."
     (setq files grep-tree-last-files))
   (when files
     (setq grep-tree-last-files files)
-    (let ((mf (assoc files match-files-aliases)))
+    (let ((mf (assoc files grep-tree-files-aliases)))
       (if mf
          (setq files (cdr mf)))))
   (let ((command-args (grep-expand-command-macros