Mercurial > emacs
changeset 44061:f816ded285dd
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 21 Mar 2002 09:35:35 +0000 |
parents | 42c4f337cf14 |
children | 32211007711c |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Thu Mar 21 09:33:17 2002 +0000 +++ b/lisp/dired.el Thu Mar 21 09:35:35 2002 +0000 @@ -2151,7 +2151,7 @@ ;; let window shrink to fit: (let ((window (selected-window)) target-lines w2) - (cond ;; if split-window-threshold is enabled, use the largest window + (cond ;; if split-height-threshold is enabled, use the largest window ((and (> (window-height (setq w2 (get-largest-window))) split-height-threshold) (= (frame-width) (window-width w2)))