diff lisp/subr.el @ 44285:30505fab0350

(redraw-modeline): Define alias.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Apr 2002 12:03:14 +0000
parents 3900f65547f0
children 5f7f8b191a8c
line wrap: on
line diff
--- a/lisp/subr.el	Mon Apr 01 11:00:33 2002 +0000
+++ b/lisp/subr.el	Mon Apr 01 12:03:14 2002 +0000
@@ -1117,6 +1117,9 @@
 	;; 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."