diff options
author | Yuuki Harano <masm+github@masm11.me> | 2020-12-05 20:30:42 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2020-12-05 20:30:42 +0900 |
commit | da92d5700eff8f628b6306202635a2514eb8b387 (patch) | |
tree | e632bd68bf0286525e59ce35326986c1cb6f7755 /lisp/emacs-lisp/pp.el | |
parent | d46a223d8595e8edb67c6361033625797503cacf (diff) | |
parent | dc39c66d3bb6b1db6af0519659ff154bf6d8a5d1 (diff) | |
download | emacs-da92d5700eff8f628b6306202635a2514eb8b387.tar.gz emacs-da92d5700eff8f628b6306202635a2514eb8b387.tar.bz2 emacs-da92d5700eff8f628b6306202635a2514eb8b387.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'lisp/emacs-lisp/pp.el')
-rw-r--r-- | lisp/emacs-lisp/pp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 458f803ffe3..de7d2020ea8 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el @@ -118,7 +118,7 @@ after OUT-BUFFER-NAME." (with-current-buffer standard-output (emacs-lisp-mode) (setq buffer-read-only nil) - (set (make-local-variable 'font-lock-verbose) nil))))) + (setq-local font-lock-verbose nil))))) ;;;###autoload (defun pp-eval-expression (expression) |