changeset 44285:30505fab0350

(redraw-modeline): Define alias.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Apr 2002 12:03:14 +0000
parents f259c3857fea
children 1d7ee8515c45
files lisp/subr.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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."