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:
parent
b19f1da483
commit
671e87b36d
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue