]> git.eshelyaron.com Git - emacs.git/commitdiff
(makeinfo-compile): Don't quote lambda.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Jun 2000 05:28:02 +0000 (05:28 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Jun 2000 05:28:02 +0000 (05:28 +0000)
lisp/textmodes/makeinfo.el

index 0f95d29929192323ef2a0fb868983395f75eb6cf..0beccbc5fc7a31435765db84efe1cd56fb6b8f35 100644 (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)))