Mercurial > emacs
changeset 14225:ec298b8bee29
(pp-eval-expression): Use `frame-width' instead of `screen-width'.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Fri, 19 Jan 1996 11:24:34 +0000 |
parents | e47d5fcad4be |
children | ad275aca6fc5 |
files | lisp/emacs-lisp/pp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/pp.el Fri Jan 19 11:10:56 1996 +0000 +++ b/lisp/emacs-lisp/pp.el Fri Jan 19 11:24:34 1996 +0000 @@ -117,7 +117,7 @@ (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)))