emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Wed, 06 Feb 2002 10:21:20 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.285 emacs/lisp/subr.el:1.286
*** emacs/lisp/subr.el:1.285    Wed Feb  6 10:20:36 2002
--- emacs/lisp/subr.el  Wed Feb  6 10:21:20 2002
***************
*** 1095,1102 ****
        (setq buffer-undo-list elt)))))
  
  (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)))
  
--- 1095,1102 ----
        (setq buffer-undo-list elt)))))
  
  (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)))
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]