|
@@ -32,6 +32,7 @@ Otherwize hook it." |
|
|
(lambda () |
|
|
(lambda () |
|
|
,@body)))) |
|
|
,@body)))) |
|
|
|
|
|
|
|
|
|
|
|
;; TODO: Remove: Just checking fboundp should be enough for most cases |
|
|
(defmacro safe-require-or-eval (feature) |
|
|
(defmacro safe-require-or-eval (feature) |
|
|
"Require FEATURE if available. |
|
|
"Require FEATURE if available. |
|
|
|
|
|
|
|
|