aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-04-25 22:27:45 +0000
committerKarl Heuer1995-04-25 22:27:45 +0000
commitc80ababd858e1d3a6b72afdf80ede17152321ad9 (patch)
tree5bb25c4f7063c4a116e1a1ffac52cb55d5ccccfa
parenta57c6a283a22a4fe3480f240384221b7be15a645 (diff)
downloademacs-c80ababd858e1d3a6b72afdf80ede17152321ad9.tar.gz
emacs-c80ababd858e1d3a6b72afdf80ede17152321ad9.zip
(mh-set-mode-name): Use force-mode-line-update.
-rw-r--r--lisp/mail/mh-utils.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el
index f19e6460d0d..cc06c774cd6 100644
--- a/lisp/mail/mh-utils.el
+++ b/lisp/mail/mh-utils.el
@@ -25,7 +25,7 @@
25 25
26;;; Change Log: 26;;; Change Log:
27 27
28;; $Id: mh-utils.el,v 1.3 1995/04/09 22:29:08 kwzh Exp kwzh $ 28;; $Id: mh-utils.el,v 1.4 1995/04/10 00:19:38 kwzh Exp kwzh $
29 29
30;;; Code: 30;;; Code:
31 31
@@ -619,9 +619,7 @@ Non-nil third argument means not to show the message."
619(defun mh-set-mode-name (mode-name-string) 619(defun mh-set-mode-name (mode-name-string)
620 ;; Set the mode-name and ensure that the mode line is updated. 620 ;; Set the mode-name and ensure that the mode line is updated.
621 (setq mode-name mode-name-string) 621 (setq mode-name mode-name-string)
622 ;; Force redisplay of all buffers' mode lines to be considered. 622 (force-mode-line-update t))
623 (save-excursion (set-buffer (other-buffer)))
624 (set-buffer-modified-p (buffer-modified-p)))
625 623
626 624
627(defun mh-prompt-for-folder (prompt default can-create) 625(defun mh-prompt-for-folder (prompt default can-create)