1
Fork 0
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:
Simon Marshall 1997-05-26 08:17:39 +00:00
parent 8a07bba056
commit eddd51c280
2 changed files with 4 additions and 4 deletions

View file

@ -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))))