aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/process-tests.el
diff options
context:
space:
mode:
authorStefan Monnier2026-03-09 10:34:05 -0400
committerStefan Monnier2026-03-09 10:34:05 -0400
commit0487d68ab9992be4fa70cfd908909001f71e66af (patch)
tree8c93da3b94717d184f88277e277de949ecb2fb9c /test/src/process-tests.el
parent798dceb467d4ead092979822f24090c8378f8320 (diff)
downloademacs-scratch/error-API.tar.gz
emacs-scratch/error-API.zip
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.