]> git.eshelyaron.com Git - emacs.git/commitdiff
(pp-eval-expression): Set font-lock-default locally to nil.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 Sep 1996 17:28:54 +0000 (17:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 Sep 1996 17:28:54 +0000 (17:28 +0000)
lisp/emacs-lisp/pp.el

index 90f9323acd45d3380d94fb8198100d5ed727c825..013ce8402d30cdcd5f2a2206d5afa1e7728614bf 100644 (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)