(pp-eval-expression): Use frame-width' instead of
screen-width'.
This commit is contained in:
parent
df07294210
commit
06115f9d41
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue