]> code.delx.au - gnu-emacs/commitdiff
(finder-compile-keywords): Don't process file names that start with `.'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Aug 1997 17:10:16 +0000 (17:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Aug 1997 17:10:16 +0000 (17:10 +0000)
lisp/finder.el

index 915d88f34b92d96382d339d19b36633eed84553b..57f5d331b0e32c32fd7507f64276c7bedcafd6dd 100644 (file)
@@ -117,7 +117,7 @@ arguments compiles from `load-path'."
        (lambda (d)
         (mapcar
          (lambda (f) 
-           (if (and (string-match "^[^=].*\\.el$" f)
+           (if (and (string-match "^[^=.].*\\.el$" f)
                     (not (member f processed)))
                (let (summary keystart keywords)
                  (setq processed (cons f processed))