mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
(abbrev-mode): Use force-mode-line-update.
This commit is contained in:
parent
2996d9f848
commit
e47df26a39
@ -39,7 +39,7 @@ and be replaced by its expansion."
|
||||
(setq abbrev-mode
|
||||
(if (null arg) (not abbrev-mode)
|
||||
(> (prefix-numeric-value arg) 0)))
|
||||
(set-buffer-modified-p (buffer-modified-p))) ;No-op, but updates mode line.
|
||||
(force-mode-line-update))
|
||||
|
||||
(defvar edit-abbrevs-map nil
|
||||
"Keymap used in edit-abbrevs.")
|
||||
|
Loading…
Reference in New Issue
Block a user