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: Thu, 09 Jun 2005 10:03:29 -0400

Index: emacs/lisp/window.el
diff -c emacs/lisp/window.el:1.102 emacs/lisp/window.el:1.103
*** emacs/lisp/window.el:1.102  Thu Jun  9 09:13:58 2005
--- emacs/lisp/window.el        Thu Jun  9 14:03:29 2005
***************
*** 542,548 ****
  Do not shrink to less than `window-min-height' lines.
  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)
--- 542,548 ----
  Do not shrink to less than `window-min-height' lines.
  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)




reply via email to

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