(pp-eval-expression): Set font-lock-default locally to nil.

This commit is contained in:
Richard M. Stallman 1996-09-12 17:28:54 +00:00
parent 9a0fc2087f
commit 9614b740ac

View file

@ -134,7 +134,9 @@ value."
(pp (car values)))
(save-excursion
(set-buffer "*Pp Eval Output*")
(emacs-lisp-mode))))
(emacs-lisp-mode)
(make-local-variable 'font-lock-verbose)
(setq font-lock-verbose nil))))
;;;###autoload
(defun pp-eval-last-sexp (arg)