1
0
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:
Karl Heuer 1995-04-25 22:17:14 +00:00
parent 2996d9f848
commit e47df26a39

View File

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