]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-minor-mode): Don't quote lambda.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:34:25 +0000 (20:34 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:34:25 +0000 (20:34 +0000)
lisp/textmodes/outline.el

index d9b43aee1d612542ef84129b777191cc4d7fb691..38a66239aa7f4fb4f8f4502ea574da315335fc1c 100644 (file)
@@ -284,7 +284,7 @@ See the command `outline-mode' for more information on this mode."
        (make-local-hook 'change-major-mode-hook)
        ;; Turn off this mode if we change major modes.
        (add-hook 'change-major-mode-hook
-                 '(lambda () (outline-minor-mode -1))
+                 (lambda () (outline-minor-mode -1))
                  nil t)
        (make-local-variable 'line-move-ignore-invisible)
        (setq line-move-ignore-invisible t)