(pp-eval-expression): Set font-lock-default locally to nil.
This commit is contained in:
parent
9a0fc2087f
commit
9614b740ac
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue