emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Tue, 16 Jul 2002 11:48:55 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.393 emacs/src/buffer.c:1.394
*** emacs/src/buffer.c:1.393    Mon Jul 15 02:54:48 2002
--- emacs/src/buffer.c  Tue Jul 16 11:48:54 2002
***************
*** 1163,1169 ****
        buf = Fcdr (Fcar (tail));
        if (EQ (buf, buffer))
        continue;
!       if (SDATA (XBUFFER (buf)->name)[0] == ' ')
        continue;
        /* If the selected frame has a buffer_predicate,
         disregard buffers that don't fit the predicate.  */
--- 1163,1169 ----
        buf = Fcdr (Fcar (tail));
        if (EQ (buf, buffer))
        continue;
!       if (SREF (XBUFFER (buf)->name, 0) == ' ')
        continue;
        /* If the selected frame has a buffer_predicate,
         disregard buffers that don't fit the predicate.  */



reply via email to

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