diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /test/lisp/vc/vc-tests/vc-tests.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-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.el | 3 |
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." | |||
| 238 | Catch the `vc-not-supported' error." | 238 | Catch 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. |