projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ded57
)
; * lisp/eshell/esh-cmd.el (eshell-do-eval): Fix 'eshell-manipulate' call.
author
Jim Porter
<jporterbugs@gmail.com>
Wed, 13 Sep 2023 18:30:32 +0000
(11:30 -0700)
committer
Jim Porter
<jporterbugs@gmail.com>
Wed, 13 Sep 2023 18:31:36 +0000
(11:31 -0700)
lisp/eshell/esh-cmd.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-cmd.el
b/lisp/eshell/esh-cmd.el
index ca608e0e8812fca80d41088c5808e982f548a965..95e9e2599e985dd54ce12f9de449b3e9acc9ae6a 100644
(file)
--- a/
lisp/eshell/esh-cmd.el
+++ b/
lisp/eshell/esh-cmd.el
@@
-1173,7
+1173,7
@@
have been replaced by constants."
(eval form))
((eq (car form) 'setq)
(if (cddr args) (error "Unsupported form (setq X1 E1 X2 E2..)"))
- (eshell-manipulate "evaluating arguments to setq"
+ (eshell-manipulate
form
"evaluating arguments to setq"
(setcar (cdr args) (eshell-do-eval (cadr args) synchronous-p)))
(list 'quote (eval form)))
(t