diff options
| author | Richard M. Stallman <rms@gnu.org> | 2002-03-21 09:35:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2002-03-21 09:35:35 +0000 |
| commit | 54f035751f81b76bf177b41cefebf0716be91cec (patch) | |
| tree | 9a5481724c766c14c4eaf0ef0837c21306ebf33c | |
| parent | 27950b47bd4675be5b8ea567ac3cf43a43d80498 (diff) | |
| download | emacs-54f035751f81b76bf177b41cefebf0716be91cec.tar.gz | |
Comment change.
| -rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 7dd5872b246..9fb0bd33cd4 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -2151,7 +2151,7 @@ if there are no flagged files." ;; 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))) |
