mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(makeinfo-compile): Don't quote lambda.
This commit is contained in:
parent
ffaf8bbb77
commit
b94deab8d5
1 changed files with 2 additions and 2 deletions
|
|
@ -178,8 +178,8 @@ command to gain use of `next-error'."
|
|||
;; If we do want to parse errors, pass nil.
|
||||
;; Otherwise, use this function, which won't
|
||||
;; ever find any errors.
|
||||
'(lambda (&rest ignore)
|
||||
(setq compilation-error-list nil))))))
|
||||
(lambda (&rest ignore)
|
||||
(setq compilation-error-list nil))))))
|
||||
(set-process-sentinel (get-buffer-process buffer)
|
||||
'makeinfo-compilation-sentinel)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue