aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/vc/vc-tests/vc-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/lisp/vc/vc-tests/vc-tests.el
parent798dceb467d4ead092979822f24090c8378f8320 (diff)
downloademacs-scratch/error-API.tar.gz
emacs-scratch/error-API.zip
Diffstat (limited to 'test/lisp/vc/vc-tests/vc-tests.el')
-rw-r--r--test/lisp/vc/vc-tests/vc-tests.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lisp/vc/vc-tests/vc-tests.el b/test/lisp/vc/vc-tests/vc-tests.el
index ca79a340a46..737ee09415e 100644
--- a/test/lisp/vc/vc-tests/vc-tests.el
+++ b/test/lisp/vc/vc-tests/vc-tests.el
@@ -238,8 +238,7 @@ For backends which don't support it, `vc-not-supported' is signaled."
238Catch the `vc-not-supported' error." 238Catch the `vc-not-supported' error."
239 `(condition-case err 239 `(condition-case err
240 (funcall ,func ,@args) 240 (funcall ,func ,@args)
241 (vc-not-supported 'vc-not-supported) 241 (vc-not-supported 'vc-not-supported)))
242 (t (signal (car err) (cdr err)))))
243 242
244(defun vc-test--register (backend) 243(defun vc-test--register (backend)
245 "Register and unregister a file. 244 "Register and unregister a file.