emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Sun, 13 Jun 2004 18:34:52 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.466 emacs/src/window.c:1.467
*** emacs/src/window.c:1.466    Thu May 13 00:33:27 2004
--- emacs/src/window.c  Sun Jun 13 22:27:53 2004
***************
*** 3062,3069 ****
  
  DEFUN ("select-window", Fselect_window, Sselect_window, 1, 2, 0,
         doc: /* Select WINDOW.  Most editing will apply to WINDOW's buffer.
! If WINDOW is not already selected, also make WINDOW's buffer current.
! Also make WINDOW the frame's selected window.
  Optional second arg NORECORD non-nil means
  do not put this buffer at the front of the list of recently selected ones.
  
--- 3062,3069 ----
  
  DEFUN ("select-window", Fselect_window, Sselect_window, 1, 2, 0,
         doc: /* Select WINDOW.  Most editing will apply to WINDOW's buffer.
! If WINDOW is not already selected, make WINDOW's buffer current
! and make WINDOW the frame's selected window.
  Optional second arg NORECORD non-nil means
  do not put this buffer at the front of the list of recently selected ones.
  




reply via email to

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