summaryrefslogtreecommitdiff
path: root/lisp/emerge.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-25 11:01:47 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-25 11:01:47 +0000
commit19d62fda544722a522318bc61e1cdf1785e899df (patch)
treee8faa65073ee1257a43677ad3a9cd3264c9c9b1a /lisp/emerge.el
parent51896ebc378ee3f72e6abac58989c98f59cd3e31 (diff)
downloademacs-19d62fda544722a522318bc61e1cdf1785e899df.tar.gz
(emerge-show-file-name): Use frame-height instead of obsolete
screen-height.
Diffstat (limited to 'lisp/emerge.el')
-rw-r--r--lisp/emerge.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emerge.el b/lisp/emerge.el
index 68e857ff245..e08e566ee2a 100644
--- a/lisp/emerge.el
+++ b/lisp/emerge.el
@@ -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))