mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(makefile-pickup-filenames-as-targets): Don't quote lambda.
This commit is contained in:
parent
16fdbdceda
commit
363c962e61
1 changed files with 1 additions and 1 deletions
|
|
@ -837,7 +837,7 @@ and adds all qualifying names to the list of known targets."
|
|||
(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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue