diff options
| -rw-r--r-- | lisp/finder.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 915d88f34b9..57f5d331b0e 100644 --- a/lisp/finder.el +++ b/lisp/finder.el | |||
| @@ -117,7 +117,7 @@ arguments compiles from `load-path'." | |||
| 117 | (lambda (d) | 117 | (lambda (d) |
| 118 | (mapcar | 118 | (mapcar |
| 119 | (lambda (f) | 119 | (lambda (f) |
| 120 | (if (and (string-match "^[^=].*\\.el$" f) | 120 | (if (and (string-match "^[^=.].*\\.el$" f) |
| 121 | (not (member f processed))) | 121 | (not (member f processed))) |
| 122 | (let (summary keystart keywords) | 122 | (let (summary keystart keywords) |
| 123 | (setq processed (cons f processed)) | 123 | (setq processed (cons f processed)) |