Mercurial > emacs
changeset 29589:793e4f0f455a
(makefile-pickup-filenames-as-targets): Don't quote lambda.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 12 Jun 2000 05:23:37 +0000 |
parents | 0cf06902af64 |
children | 193c8aa827d1 |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el Mon Jun 12 05:22:26 2000 +0000 +++ b/lisp/progmodes/make-mode.el Mon Jun 12 05:23:37 2000 +0000 @@ -837,7 +837,7 @@ (raw-filename-list (if dir (file-name-all-completions "" dir) (file-name-all-completions "" "")))) - (mapcar '(lambda (name) + (mapcar (lambda (name) (if (and (not (file-directory-p name)) (not (string-match makefile-ignored-files-in-pickup-regex name)))