Skip to content
Snippets Groups Projects
Commit c0e09887 authored by ram's avatar ram
Browse files

Really fixed define-condition syntax.

parent 862899d2
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
(define-condition toolkit-error (error) ()) (define-condition toolkit-error (error) ())
(define-condition simple-toolkit-error (toolkit-error simple-condition) (define-condition simple-toolkit-error (toolkit-error simple-condition) ()
(:documentation "An error has occurred in the X Toolkit code.") (:documentation "An error has occurred in the X Toolkit code.")
(:report (lambda (condition stream) (:report (lambda (condition stream)
(declare (stream stream)) (declare (stream stream))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment