(emerge-show-file-name): Use frame-height instead of obsolete
screen-height.
This commit is contained in:
parent
51896ebc37
commit
19d62fda54
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2001-12-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* emerge.el (emerge-show-file-name): Use frame-height instead of
|
||||
obsolete screen-height.
|
||||
|
||||
2001-12-25 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* window.el (balance-windows): Use new PRESERVE-BEFORE arg
|
||||
|
|
|
|||
|
|
@ -3115,7 +3115,7 @@ SPC, it is ignored; if it is anything else, it is processed as a command."
|
|||
(if (not (pos-visible-in-window-p))
|
||||
(let ((echo-keystrokes 0))
|
||||
(while (and (not (pos-visible-in-window-p))
|
||||
(> (1- (screen-height)) (window-height)))
|
||||
(> (1- (frame-height)) (window-height)))
|
||||
(enlarge-window 1))
|
||||
(let ((c (read-event)))
|
||||
(if (not (eq c 32))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue