emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Sun, 20 Apr 2008 22:46:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/04/20 22:46:15

Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1208
retrieving revision 1.1209
diff -u -b -r1.1208 -r1.1209
--- xdisp.c     10 Apr 2008 07:53:50 -0000      1.1208
+++ xdisp.c     20 Apr 2008 22:46:14 -0000      1.1209
@@ -1330,6 +1330,8 @@
          visible_p = 1;
       if (visible_p)
        {
+         if (it.method == GET_FROM_BUFFER)
+           {
          Lisp_Object window, prop;
 
          XSETWINDOW (window, w);
@@ -1351,6 +1353,7 @@
 
              top_x = x;
            }
+           }
 
          *x = top_x;
          *y = max (top_y + max (0, it.max_ascent - it.ascent), window_top_y);




reply via email to

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