diff --git a/quicklisp/dist.lisp b/quicklisp/dist.lisp index 72e21a7..1632e46 100644 --- a/quicklisp/dist.lisp +++ b/quicklisp/dist.lisp @@ -834,6 +834,11 @@ the given NAME." (setf (slot-value dist 'release-index) (make-hash-table :test 'equal))) +(defmethod slot-unbound (class (dist dist) (slot (eql 'canonical-distinfo-url))) + (declare (ignore class)) + (setf (slot-value dist 'canonical-distinfo-url) + (distinfo-subscription-url dist))) + ;;; ;;; Systems