1
Fork 0
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:
Stefan Monnier 2000-06-12 05:28:02 +00:00
parent ffaf8bbb77
commit b94deab8d5

View file

@ -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)))