aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index ff28bac5306..4bb36b6733a 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6711,7 +6711,7 @@ and redisplay normally--don't erase and redraw the frame. */)
6711 https://lists.gnu.org/r/emacs-devel/2014-06/msg00053.html, 6711 https://lists.gnu.org/r/emacs-devel/2014-06/msg00053.html,
6712 https://lists.gnu.org/r/emacs-devel/2014-06/msg00094.html. */ 6712 https://lists.gnu.org/r/emacs-devel/2014-06/msg00094.html. */
6713 if (buf != current_buffer) 6713 if (buf != current_buffer)
6714 error ("`recenter'ing a window that does not display current-buffer."); 6714 error ("`recenter'ing a window that does not display current-buffer");
6715 6715
6716 /* If redisplay is suppressed due to an error, try again. */ 6716 /* If redisplay is suppressed due to an error, try again. */
6717 buf->display_error_modiff = 0; 6717 buf->display_error_modiff = 0;