diff options
| -rw-r--r-- | lisp/emacs-lisp/pp.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 90f9323acd4..013ce8402d3 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el | |||
| @@ -134,7 +134,9 @@ value." | |||
| 134 | (pp (car values))) | 134 | (pp (car values))) |
| 135 | (save-excursion | 135 | (save-excursion |
| 136 | (set-buffer "*Pp Eval Output*") | 136 | (set-buffer "*Pp Eval Output*") |
| 137 | (emacs-lisp-mode)))) | 137 | (emacs-lisp-mode) |
| 138 | (make-local-variable 'font-lock-verbose) | ||
| 139 | (setq font-lock-verbose nil)))) | ||
| 138 | 140 | ||
| 139 | ;;;###autoload | 141 | ;;;###autoload |
| 140 | (defun pp-eval-last-sexp (arg) | 142 | (defun pp-eval-last-sexp (arg) |