Function: CREATE-DEF-FLAG

Source

(defun create-def-flag (expr)
  (eval
   `(def-flag* ,(first expr) ,(second expr) ,(third expr))))
Source Context