mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-14 03:37:38 -08:00
Comment change.
This commit is contained in:
parent
27950b47bd
commit
54f035751f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue