summaryrefslogtreecommitdiff
path: root/lisp/mail/supercite.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-25 22:25:51 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-25 22:25:51 +0000
commit8d96f9def69d40f885337029836c36789b5c53f2 (patch)
tree45394ab55bd891be42f2413b5be9c6f6c17da630 /lisp/mail/supercite.el
parentfeb4aa21c837a33b62b9347875281af51841c4aa (diff)
downloademacs-8d96f9def69d40f885337029836c36789b5c53f2.tar.gz
(sc-raw-mode-toggle): Use force-mode-line-update.
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r--lisp/mail/supercite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index 21b1308bba1..71698549d3e 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -1698,7 +1698,7 @@ entered, regardless of the value of `sc-electric-references-p'. See
(setq sc-fixup-whitespace-p (not sc-fixup-whitespace-p)
sc-auto-fill-region-p (not sc-auto-fill-region-p))
(sc-set-mode-string)
- (set-buffer-modified-p (buffer-modified-p)))
+ (force-mode-line-update))
(defun sc-toggle-var (variable)
"Boolean toggle VARIABLE's value.