1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(outline-minor-mode): Force update of modeline when outline-minor-mode

is toggled.
This commit is contained in:
Brian Fox 1993-09-21 07:32:51 +00:00
parent b19f1da483
commit 671e87b36d

View file

@ -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.