/[emacs]/emacs/lisp/window.el
ViewVC logotype

Diff of /emacs/lisp/window.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.100 by rms, Sat Apr 23 16:38:41 2005 UTC revision 1.101 by lektu, Tue May 24 08:46:57 2005 UTC
# Line 543  Do not shrink to less than `window-min-h Line 543  Do not shrink to less than `window-min-h
543  Do nothing if the buffer contains more lines than the present window height,  Do nothing if the buffer contains more lines than the present window height,
544  or if some of the window's contents are scrolled out of view,  or if some of the window's contents are scrolled out of view,
545  or if shrinking this window would also shrink another window.  or if shrinking this window would also shrink another window.
546  or if the window is the only window of its frame.  or if the window is the only window of its frame."
 Return non-nil if the window was shrunk."  
547    (interactive)    (interactive)
548    (when (null window)    (when (null window)
549      (setq window (selected-window)))      (setq window (selected-window)))
# Line 583  Return non-nil if the window was shrunk. Line 582  Return non-nil if the window was shrunk.
582    
583  (defun quit-window (&optional kill window)  (defun quit-window (&optional kill window)
584    "Quit the current buffer.  Bury it, and maybe delete the selected frame.    "Quit the current buffer.  Bury it, and maybe delete the selected frame.
585  \(The frame is deleted if it is contains a dedicated window for the buffer.)  \(The frame is deleted if it contains a dedicated window for the buffer.)
586  With a prefix argument, kill the buffer instead.  With a prefix argument, kill the buffer instead.
587    
588  Noninteractively, if KILL is non-nil, then kill the current buffer,  Noninteractively, if KILL is non-nil, then kill the current buffer,

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26