emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 82f12b2: * src/window.c (Frecenter): Improve comm


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 82f12b2: * src/window.c (Frecenter): Improve commentary.
Date: Fri, 2 Mar 2018 04:24:48 -0500 (EST)

branch: emacs-26
commit 82f12b2f13780248fac6ce4591cf9ed8d62a41f1
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/window.c (Frecenter): Improve commentary.
---
 src/window.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/window.c b/src/window.c
index 08c3f32..e6d0280 100644
--- a/src/window.c
+++ b/src/window.c
@@ -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.");
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]