Function: MAYBE-UPDATE-SLOT-INFO

Source

(defun maybe-update-slot-info (class)
  (when (class-changed-p class)
    (update-slot-info class)))
Source Context