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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Sat, 17 May 2003 17:17:45 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.417 emacs/src/buffer.c:1.418
*** emacs/src/buffer.c:1.417    Wed Apr 16 01:07:38 2003
--- emacs/src/buffer.c  Sat May 17 17:17:45 2003
***************
*** 1,5 ****
  /* Buffer manipulation primitives for GNU Emacs.
!    Copyright (C) 1985,86,87,88,89,93,94,95,97,98, 1999, 2000, 2001, 2002
        Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Buffer manipulation primitives for GNU Emacs.
!    Copyright (C) 1985,86,87,88,89,93,94,95,97,98, 1999, 2000, 2001, 02, 2003
        Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 1661,1669 ****
      }
    Fset_buffer (buf);
    if (NILP (norecord))
!     /* This seems bogus since Fselect_window will call record_buffer anyway.  
*/
      record_buffer (buf);
!   Fselect_window (Fdisplay_buffer (buf, other_window, Qnil));
    return buf;
  }
  
--- 1661,1669 ----
      }
    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;
  }
  




reply via email to

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