Mercurial > emacs
changeset 11562:8ff50a0715e1
(ispell-minor-mode): Use force-mode-line-update.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 25 Apr 1995 22:21:29 +0000 |
parents | 56399c411b8b |
children | 63215d2a1e3f |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Tue Apr 25 22:20:59 1995 +0000 +++ b/lisp/textmodes/ispell.el Tue Apr 25 22:21:29 1995 +0000 @@ -2013,7 +2013,7 @@ (setq ispell-minor-mode (not (or (and (null arg) ispell-minor-mode) (<= (prefix-numeric-value arg) 0)))) - (set-buffer-modified-p (buffer-modified-p))) + (force-mode-line-update)) (defun ispell-minor-check () ;; Check previous word then continue with the normal binding of this key.