branch: elpa/with-editor
commit 7ac5743b6940bde700e046304a1fb51b5f341dde
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
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)