(pp-eval-expression): Use frame-width' instead of screen-width'.

This commit is contained in:
Erik Naggum 1996-01-19 11:24:34 +00:00
parent df07294210
commit 06115f9d41

View file

@ -117,7 +117,7 @@ value."
(goto-char (point-min))
(end-of-line 1)
(if (or (< (1+ (point)) (point-max))
(>= (- (point) (point-min)) (screen-width)))
(>= (- (point) (point-min)) (frame-width)))
(let ((temp-buffer-show-function old-show-function)
(old-selected (selected-window))
(window (display-buffer buf)))