# HG changeset patch # User Stefan Monnier # Date 960787682 0 # Node ID b70f4500968f804b54b8712239bf20e45bf70081 # Parent 193c8aa827d15dbaa88cfe17c2b692535e3fd7e9 (makeinfo-compile): Don't quote lambda. diff -r 193c8aa827d1 -r b70f4500968f lisp/textmodes/makeinfo.el --- 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)))