emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/intervals.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/intervals.c
Date: Wed, 21 May 2003 12:39:49 -0400

Index: emacs/src/intervals.c
diff -c emacs/src/intervals.c:1.121 emacs/src/intervals.c:1.122
*** emacs/src/intervals.c:1.121 Sat May 17 14:47:18 2003
--- emacs/src/intervals.c       Wed May 21 12:39:49 2003
***************
*** 2335,2344 ****
    BUF_BEGV_BYTE (buffer) = BUF_BEG_BYTE (buffer);
    BUF_ZV_BYTE (buffer) = BUF_Z_BYTE (buffer);
  
-   /* There are no properties at the end of the buffer, so in that case
-      check for a local map on the last character of the buffer instead.  */
-   if (position == BUF_Z (buffer) && BUF_Z (buffer) > BUF_BEG (buffer))
-     --position;
    XSETFASTINT (lispy_position, position);
    XSETBUFFER (lispy_buffer, buffer);
    /* First check if the CHAR has any property.  This is because when
--- 2335,2340 ----




reply via email to

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