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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.c [lexbind]
Date: Tue, 06 Jul 2004 07:03:51 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.417.2.11 emacs/src/window.c:1.417.2.12
*** emacs/src/window.c:1.417.2.11       Tue Jul  6 09:14:39 2004
--- emacs/src/window.c  Tue Jul  6 10:14:30 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]