mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.ca
This commit is contained in:
commit
5613a6f6d5
25 changed files with 344 additions and 191 deletions
|
|
@ -497,7 +497,7 @@ the minibuffer."
|
|||
(setq edebug-result (eval (eval-sexp-add-defvars form) lexical-binding))
|
||||
(if (not edebugging)
|
||||
(prog1
|
||||
(princ edebug-result)
|
||||
(prin1 edebug-result)
|
||||
(let ((str (eval-expression-print-format edebug-result)))
|
||||
(if str (princ str))))
|
||||
edebug-result)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue