Mercurial > emacs
changeset 19169:0ffc25f09344
(finder-compile-keywords): Don't process file names that start with `.'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 05 Aug 1997 17:10:16 +0000 |
parents | 8b79ec97982b |
children | ecc4375537e3 |
files | lisp/finder.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/finder.el Tue Aug 05 17:06:51 1997 +0000 +++ b/lisp/finder.el Tue Aug 05 17:10:16 1997 +0000 @@ -117,7 +117,7 @@ (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))