[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/subr.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/subr.el |
Date: |
Thu, 16 Oct 2003 09:13:30 -0400 |
Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.363 emacs/lisp/subr.el:1.364
*** emacs/lisp/subr.el:1.363 Mon Sep 1 11:45:15 2003
--- emacs/lisp/subr.el Thu Oct 16 09:13:29 2003
***************
*** 1321,1328 ****
(defalias 'redraw-modeline 'force-mode-line-update)
(defun force-mode-line-update (&optional all)
! "Force the mode line of the current buffer to be redisplayed.
! With optional non-nil ALL, force redisplay of all mode lines."
(if all (save-excursion (set-buffer (other-buffer))))
(set-buffer-modified-p (buffer-modified-p)))
--- 1321,1330 ----
(defalias 'redraw-modeline 'force-mode-line-update)
(defun force-mode-line-update (&optional all)
! "Force redisplay of the current buffer's mode line and header line.
! With optional non-nil ALL, force redisplay of all mode lines and
! header lines. This function also forces recomputation of the
! menu bar menus and the frame title."
(if all (save-excursion (set-buffer (other-buffer))))
(set-buffer-modified-p (buffer-modified-p)))
- [Emacs-diffs] Changes to emacs/lisp/subr.el,
Lute Kamstra <=