aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/window.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 6d9d8bdcd2e..d56bed63da0 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -8767,7 +8767,7 @@ A prefix argument is handled like `recenter':
8767 With plain `C-u', move current line to window center." 8767 With plain `C-u', move current line to window center."
8768 (interactive "P") 8768 (interactive "P")
8769 (cond 8769 (cond
8770 (arg (recenter arg)) ; Always respect ARG. 8770 (arg (recenter arg t)) ; Always respect ARG.
8771 (t 8771 (t
8772 (setq recenter-last-op 8772 (setq recenter-last-op
8773 (if (eq this-command last-command) 8773 (if (eq this-command last-command)