Mercurial > emacs
changeset 29591:b70f4500968f
(makeinfo-compile): Don't quote lambda.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 12 Jun 2000 05:28:02 +0000 |
parents | 193c8aa827d1 |
children | 9d10c14d8199 |
files | lisp/textmodes/makeinfo.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/makeinfo.el Mon Jun 12 05:26:55 2000 +0000 +++ b/lisp/textmodes/makeinfo.el Mon Jun 12 05:28:02 2000 +0000 @@ -178,8 +178,8 @@ ;; 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)))