From 2d09e2553480c4ceade25d07131645fbb1827972 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 18 Apr 2019 13:10:25 +0900 Subject: [PATCH] Add comment --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 40d76b2..81e72aa 100644 --- a/emacs.el +++ b/emacs.el @@ -32,6 +32,7 @@ Otherwize hook it." (lambda () ,@body)))) +;; TODO: Remove: Just checking fboundp should be enough for most cases (defmacro safe-require-or-eval (feature) "Require FEATURE if available.