diff options
author | Arun Isaac | 2022-09-19 02:07:52 +0530 |
---|---|---|
committer | Arun Isaac | 2022-09-19 02:08:22 +0530 |
commit | f85e3af67a01561e3ee91f1296233c7bcb697cf8 (patch) | |
tree | 52e10f8770fc11e587083d03e7c57eba14e4d325 | |
parent | 5b97a56df30b68fde74ba6cafd8048dffc07b3f3 (diff) | |
download | tissue-f85e3af67a01561e3ee91f1296233c7bcb697cf8.tar.gz tissue-f85e3af67a01561e3ee91f1296233c7bcb697cf8.tar.lz tissue-f85e3af67a01561e3ee91f1296233c7bcb697cf8.zip |
bin: Define &user-error-condition.
* bin/tissue (&user-error-condition): New condition type.
-rwxr-xr-x | bin/tissue | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,6 +77,9 @@ to run tissue." (match (command-line) ((program _ ...) program))) +(define-condition-type &user-error-condition &serious + make-user-error-condition user-error-condition?) + (define tissue-search (match-lambda* (("--help") |