mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
frame-override-unsplittable/inhibit-frame-unsplittable name change.
This commit is contained in:
parent
8a07bba056
commit
eddd51c280
2 changed files with 4 additions and 4 deletions
|
|
@ -1479,7 +1479,7 @@ scrolling the current window. Leave the new window selected."
|
|||
;; So we increment the height for this case.
|
||||
(if (string-match "19\.9.*Lucid" (emacs-version))
|
||||
(setq height (1+ height)))
|
||||
(let ((frame-override-unsplittable t))
|
||||
(let ((inhibit-frame-unsplittable t))
|
||||
(split-window nil height))
|
||||
(set-window-start (next-window) top))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue