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: Karoly Lorentey
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Wed, 30 Nov 2005 08:18:57 -0500

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.494 emacs/src/buffer.c:1.495
*** emacs/src/buffer.c:1.494    Thu Oct 20 15:02:52 2005
--- emacs/src/buffer.c  Wed Nov 30 13:18:56 2005
***************
*** 1722,1730 ****
        }
      }
    Fset_buffer (buf);
-   if (NILP (norecord))
-     /* Why bother ?  Fselect_window will do it for us anyway.  -stef  */
-     record_buffer (buf);
    Fselect_window (Fdisplay_buffer (buf, other_window, Qnil), norecord);
    return buf;
  }
--- 1722,1727 ----




reply via email to

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