aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 17b9c918ead..9e0388efe45 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3818,7 +3818,9 @@ see other processes running on the system, use `list-system-processes'."
3818(setq prefix-command--last-echo nil) 3818(setq prefix-command--last-echo nil)
3819 3819
3820(defun internal-echo-keystrokes-prefix () 3820(defun internal-echo-keystrokes-prefix ()
3821 ;; BEWARE: Called directly from the C code. 3821 ;; BEWARE: Called directly from C code.
3822 ;; If the return value is non-nil, it means we are in the middle of
3823 ;; a command with prefix, such as a command invoked with prefix-arg.
3822 (if (not prefix-command--needs-update) 3824 (if (not prefix-command--needs-update)
3823 prefix-command--last-echo 3825 prefix-command--last-echo
3824 (setq prefix-command--last-echo 3826 (setq prefix-command--last-echo