Mercurial > emacs
changeset 42313:44babbee535a
(emerge-show-file-name): Use frame-height instead of obsolete
screen-height.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 25 Dec 2001 10:59:23 +0000 |
parents | c7ffa58f9637 |
children | b0394a4bb30e |
files | lisp/emerge.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emerge.el Tue Dec 25 10:55:12 2001 +0000 +++ b/lisp/emerge.el Tue Dec 25 10:59:23 2001 +0000 @@ -3115,7 +3115,7 @@ (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))