emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/window.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/window.el
Date: Tue, 24 May 2005 04:46:57 -0400

Index: emacs/lisp/window.el
diff -c emacs/lisp/window.el:1.100 emacs/lisp/window.el:1.101
*** emacs/lisp/window.el:1.100  Sat Apr 23 16:38:41 2005
--- emacs/lisp/window.el        Tue May 24 08:46:57 2005
***************
*** 543,550 ****
  Do nothing if the buffer contains more lines than the present window height,
  or if some of the window's contents are scrolled out of view,
  or if shrinking this window would also shrink another window.
! or if the window is the only window of its frame.
! Return non-nil if the window was shrunk."
    (interactive)
    (when (null window)
      (setq window (selected-window)))
--- 543,549 ----
  Do nothing if the buffer contains more lines than the present window height,
  or if some of the window's contents are scrolled out of view,
  or if shrinking this window would also shrink another window.
! or if the window is the only window of its frame."
    (interactive)
    (when (null window)
      (setq window (selected-window)))
***************
*** 583,589 ****
  
  (defun quit-window (&optional kill window)
    "Quit the current buffer.  Bury it, and maybe delete the selected frame.
! \(The frame is deleted if it is contains a dedicated window for the buffer.)
  With a prefix argument, kill the buffer instead.
  
  Noninteractively, if KILL is non-nil, then kill the current buffer,
--- 582,588 ----
  
  (defun quit-window (&optional kill window)
    "Quit the current buffer.  Bury it, and maybe delete the selected frame.
! \(The frame is deleted if it contains a dedicated window for the buffer.)
  With a prefix argument, kill the buffer instead.
  
  Noninteractively, if KILL is non-nil, then kill the current buffer,




reply via email to

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