mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 14:10:47 -08:00
Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch
This commit is contained in:
parent
3443198806
commit
030d1efecb
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
|
||||
|
||||
* pp.el (pp-eval-expression): Evaluate target sexp
|
||||
|
||||
2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* server.el (server-auth-key): Remove. Replace by a process-property.
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@ Ignores leading comment characters."
|
|||
(set-syntax-table stab)
|
||||
(if arg
|
||||
(insert (pp-to-string (eval exp)))
|
||||
(pp-eval-expression exp))))
|
||||
(pp-eval-expression (eval exp)))))
|
||||
|
||||
;;; Test cases for quote
|
||||
;; (pp-eval-expression ''(quote quote))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue