1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

* src/window.c (Frecenter): Improve commentary.

This commit is contained in:
Eli Zaretskii 2018-03-02 11:24:24 +02:00
parent 04da8f4c29
commit 82f12b2f13

View File

@ -5923,6 +5923,9 @@ and redisplay normally--don't erase and redraw the frame. */)
EMACS_INT iarg UNINIT;
int this_scroll_margin;
/* For reasons why we signal an error here, see
http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00053.html,
http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00094.html. */
if (buf != current_buffer)
error ("`recenter'ing a window that does not display current-buffer.");