mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(pp-eval-last-sexp): Don't eval here.
This commit is contained in:
parent
3205431dd0
commit
f61eed1d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ Ignores leading comment characters."
|
|||
(set-syntax-table stab)
|
||||
(if arg
|
||||
(insert (pp-to-string (eval exp)))
|
||||
(pp-eval-expression (eval exp)))))
|
||||
(pp-eval-expression exp))))
|
||||
|
||||
;;; Test cases for quote
|
||||
;; (pp-eval-expression ''(quote quote))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue