aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/pp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el
index f7e3a1ad25c..f7e6afb4952 100644
--- a/lisp/emacs-lisp/pp.el
+++ b/lisp/emacs-lisp/pp.el
@@ -117,7 +117,7 @@ value."
117 (goto-char (point-min)) 117 (goto-char (point-min))
118 (end-of-line 1) 118 (end-of-line 1)
119 (if (or (< (1+ (point)) (point-max)) 119 (if (or (< (1+ (point)) (point-max))
120 (>= (- (point) (point-min)) (screen-width))) 120 (>= (- (point) (point-min)) (frame-width)))
121 (let ((temp-buffer-show-function old-show-function) 121 (let ((temp-buffer-show-function old-show-function)
122 (old-selected (selected-window)) 122 (old-selected (selected-window))
123 (window (display-buffer buf))) 123 (window (display-buffer buf)))