chiark / gitweb /
Major effort to plug slot-name leaks.
[sod] / src / parser / floc-proto.lisp
index ca5aaeeeb14efe1c91ebc1310ed30a9acd622e47..1c3c930766b6a087f0fb06b0cfd263baf59ce9c3 100644 (file)
@@ -58,8 +58,8 @@ (defgeneric file-location (thing)
 
 (export '(enclosing-condition enclosed-condition))
 (define-condition enclosing-condition (condition)
-  ((enclosed-condition :initarg :condition :type condition
-                      :reader enclosed-condition))
+  ((%enclosed-condition :initarg :condition :type condition
+                       :reader enclosed-condition))
   (:documentation
    "A condition which encloses another condition