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: Thu, 02 Dec 2004 18:30:57 -0500

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.488 emacs/src/window.c:1.489
*** emacs/src/window.c:1.488    Tue Nov 23 05:05:34 2004
--- emacs/src/window.c  Thu Dec  2 23:24:43 2004
***************
*** 2097,2102 ****
--- 2097,2104 ----
         doc: /* Return the window least recently selected or used for display.
  Return a full-width window if possible.
  A minibuffer window is never a candidate.
+ A dedicated window is never a candidate, so if all windows are dedicated,
+ the value is nil.
  If optional argument FRAME is `visible', search all visible frames.
  If FRAME is 0, search all visible and iconified frames.
  If FRAME is t, search all frames.
***************
*** 2117,2122 ****
--- 2119,2126 ----
  DEFUN ("get-largest-window", Fget_largest_window, Sget_largest_window, 0, 1, 
0,
         doc: /* Return the largest window in area.
  A minibuffer window is never a candidate.
+ A dedicated window is never a candidate, so if all windows are dedicated,
+ the value is nil.
  If optional argument FRAME is `visible', search all visible frames.
  If FRAME is 0, search all visible and iconified frames.
  If FRAME is t, search all frames.




reply via email to

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