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: Mon, 01 Apr 2002 07:03:15 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.294 emacs/lisp/subr.el:1.295
*** emacs/lisp/subr.el:1.294    Fri Mar 29 18:13:26 2002
--- emacs/lisp/subr.el  Mon Apr  1 07:03:14 2002
***************
*** 1117,1122 ****
--- 1117,1125 ----
        ;; Revert the undo info to what it was when we grabbed the state.
        (setq buffer-undo-list elt)))))
  
+ ;; For compatibility.
+ (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."



reply via email to

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