emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0fe1cd49292: ; * lisp/eshell/esh-cmd.el (eshell-do-eval): Fix 'es


From: Jim Porter
Subject: master 0fe1cd49292: ; * lisp/eshell/esh-cmd.el (eshell-do-eval): Fix 'eshell-manipulate' call.
Date: Wed, 13 Sep 2023 14:31:55 -0400 (EDT)

branch: master
commit 0fe1cd49292029fbd5014353f5c7ad84451ce6ac
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; * lisp/eshell/esh-cmd.el (eshell-do-eval): Fix 'eshell-manipulate' call.
---
 lisp/eshell/esh-cmd.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]