emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/with-editor 7ac5743 087/140: with-editor*: Correct debug d


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor 7ac5743 087/140: with-editor*: Correct debug declaration
Date: Fri, 6 Aug 2021 12:51:25 -0400 (EDT)

branch: elpa/with-editor
commit 7ac5743b6940bde700e046304a1fb51b5f341dde
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    with-editor*: Correct debug declaration
---
 with-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/with-editor.el b/with-editor.el
index 2f6fcca..bf79dd6 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -466,7 +466,7 @@ instructing them to use the Emacsclient as editor.  ENVVAR 
is the
 environment variable that is exported to do so, it is evaluated
 at run-time.
 \n(fn [ENVVAR] BODY...)"
-  (declare (indent defun) (debug (body)))
+  (declare (indent defun) (debug (sexp body)))
   `(let ((with-editor--envvar ,envvar)
          (process-environment process-environment))
      (with-editor--setup)



reply via email to

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