mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 20:59:37 +00:00
* src/window.c (Frecenter): Improve commentary.
This commit is contained in:
parent
04da8f4c29
commit
82f12b2f13
1 changed files with 3 additions and 0 deletions
|
@ -5923,6 +5923,9 @@ and redisplay normally--don't erase and redraw the frame. */)
|
||||||
EMACS_INT iarg UNINIT;
|
EMACS_INT iarg UNINIT;
|
||||||
int this_scroll_margin;
|
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)
|
if (buf != current_buffer)
|
||||||
error ("`recenter'ing a window that does not display current-buffer.");
|
error ("`recenter'ing a window that does not display current-buffer.");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue