From: Jim Porter Date: Wed, 13 Sep 2023 18:30:32 +0000 (-0700) Subject: ; * lisp/eshell/esh-cmd.el (eshell-do-eval): Fix 'eshell-manipulate' call. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0fe1cd49292029fbd5014353f5c7ad84451ce6ac;p=emacs.git ; * lisp/eshell/esh-cmd.el (eshell-do-eval): Fix 'eshell-manipulate' call. --- diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index ca608e0e881..95e9e2599e9 100644 --- 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