From a9d956befb7ec91a0ca3ae9db0a23877a1b18c90 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Apr 2002 12:03:14 +0000 Subject: [PATCH] (redraw-modeline): Define alias. --- lisp/subr.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/subr.el b/lisp/subr.el index 51297611edb..fb03b7ad1ba 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1117,6 +1117,9 @@ This finishes the change group by reverting all of its changes." ;; 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." -- 2.39.2