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

Diff of /emacs/lisp/dired.el

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

revision 1.223 by rms, Thu Mar 14 08:55:20 2002 UTC revision 1.224 by rms, Thu Mar 21 09:35:35 2002 UTC
# Line 2151  if there are no flagged files." Line 2151  if there are no flagged files."
2151      ;; let window shrink to fit:      ;; let window shrink to fit:
2152      (let ((window (selected-window))      (let ((window (selected-window))
2153            target-lines w2)            target-lines w2)
2154        (cond ;; if split-window-threshold is enabled, use the largest window        (cond ;; if split-height-threshold is enabled, use the largest window
2155              ((and (> (window-height (setq w2 (get-largest-window)))              ((and (> (window-height (setq w2 (get-largest-window)))
2156                       split-height-threshold)                       split-height-threshold)
2157                    (= (frame-width) (window-width w2)))                    (= (frame-width) (window-width w2)))

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224

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