Mercurial > emacs
changeset 30881:4758e306c41e
(outline-minor-mode): Don't quote lambda.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 16 Aug 2000 20:34:25 +0000 |
parents | 3af33efc3d66 |
children | e5b3af28990a |
files | lisp/textmodes/outline.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/outline.el Wed Aug 16 20:29:14 2000 +0000 +++ b/lisp/textmodes/outline.el Wed Aug 16 20:34:25 2000 +0000 @@ -284,7 +284,7 @@ (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)