diff options
author | Arun Isaac | 2022-06-26 23:31:18 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-27 00:19:50 +0530 |
commit | 55980f31e6d1aa0ab12a0c60835d59fa85403786 (patch) | |
tree | 6503bb60615a36719214da34a1c63275274ee87b | |
parent | fc58059cb4c14a5d10ab89d7bf48ff658aea7d99 (diff) | |
download | tissue-55980f31e6d1aa0ab12a0c60835d59fa85403786.tar.gz tissue-55980f31e6d1aa0ab12a0c60835d59fa85403786.tar.lz tissue-55980f31e6d1aa0ab12a0c60835d59fa85403786.zip |
conditions: Suffix -error to &issue-file-not-found condition.
* tissue/conditions.scm (&issue-file-not-found): Rename to
&issue-file-not-found-error.
-rw-r--r-- | tissue/conditions.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tissue/conditions.scm b/tissue/conditions.scm index 13fc00c..b2ae543 100644 --- a/tissue/conditions.scm +++ b/tissue/conditions.scm @@ -22,6 +22,6 @@ issue-file-not-found-error? issue-file-not-found-error-issue-file)) -(define-condition-type &issue-file-not-found &error +(define-condition-type &issue-file-not-found-error &error issue-file-not-found-error issue-file-not-found-error? (issue-file issue-file-not-found-error-issue-file)) |