emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dired.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el
Date: Thu, 21 Mar 2002 04:35:35 -0500

Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.223 emacs/lisp/dired.el:1.224
*** emacs/lisp/dired.el:1.223   Thu Mar 14 03:55:20 2002
--- emacs/lisp/dired.el Thu Mar 21 04:35:35 2002
***************
*** 2151,2157 ****
      ;; let window shrink to fit:
      (let ((window (selected-window))
          target-lines w2)
!       (cond ;; if split-window-threshold is enabled, use the largest window
              ((and (> (window-height (setq w2 (get-largest-window)))
                     split-height-threshold)
                  (= (frame-width) (window-width w2)))
--- 2151,2157 ----
      ;; let window shrink to fit:
      (let ((window (selected-window))
          target-lines w2)
!       (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)))



reply via email to

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