aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/process-tests.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/src/process-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index 2cc5b37b187..55657a23fa9 100644
--- a/test/src/process-tests.el
+++ b/test/src/process-tests.el
@@ -546,7 +546,7 @@ See Bug#30460."
546 ;; all `file-error' signals. 546 ;; all `file-error' signals.
547 (and ,message 547 (and ,message
548 (not (string-equal (caddr ,err) ,message)) 548 (not (string-equal (caddr ,err) ,message))
549 (signal (car ,err) (cdr ,err)))))))) 549 (signal ,err)))))))
550 550
551(defmacro process-tests--with-buffers (var &rest body) 551(defmacro process-tests--with-buffers (var &rest body)
552 "Bind VAR to nil and evaluate BODY. 552 "Bind VAR to nil and evaluate BODY.