emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/window.c,v
Date: Fri, 09 Jun 2006 09:04:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/06/09 09:04:34

Index: window.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/window.c,v
retrieving revision 1.547
retrieving revision 1.548
diff -u -b -r1.547 -r1.548
--- window.c    2 Jun 2006 02:12:45 -0000       1.547
+++ window.c    9 Jun 2006 09:04:34 -0000       1.548
@@ -4895,6 +4895,8 @@
            }
          else if (noerror)
            return;
+         else if (n < 0)       /* could happen with empty buffers */
+           Fsignal (Qbeginning_of_buffer, Qnil);
          else
            Fsignal (Qend_of_buffer, Qnil);
        }




reply via email to

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