Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9614b740
Commit
9614b740
authored
Sep 12, 1996
by
Richard M. Stallman
Browse files
(pp-eval-expression): Set font-lock-default locally to nil.
parent
9a0fc208
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/emacs-lisp/pp.el
lisp/emacs-lisp/pp.el
+3
-1
No files found.
lisp/emacs-lisp/pp.el
View file @
9614b740
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment