From: Brian Fox Date: Tue, 21 Sep 1993 07:32:51 +0000 (+0000) Subject: (outline-minor-mode): Force update of modeline when outline-minor-mode X-Git-Tag: emacs-19.34~11088 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=671e87b36d50a9cc9d0b30151eb962a481ceae0a;p=emacs.git (outline-minor-mode): Force update of modeline when outline-minor-mode is toggled. --- diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index 4b7607dd5cc..2111c76ccd1 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el @@ -194,7 +194,8 @@ See the command `outline-mode' for more information on this mode." (progn (setq selective-display t) (run-hooks 'outline-minor-mode-hook)) - (setq selective-display nil))) + (setq selective-display nil)) + (set-buffer-modified-p (buffer-modified-p))) (defvar outline-level 'outline-level "Function of no args to compute a header's nesting level in an outline.