aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/mh-acros.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mh-e/mh-acros.el b/lisp/mh-e/mh-acros.el
index 7abd16bd832..21526c80d0a 100644
--- a/lisp/mh-e/mh-acros.el
+++ b/lisp/mh-e/mh-acros.el
@@ -46,6 +46,10 @@
46 46
47;;; Compatibility 47;;; Compatibility
48 48
49;; TODO: Replace `cl' with `cl-lib'.
50;; `cl' is deprecated in Emacs 24.3. Use `cl-lib' instead. However,
51;; we'll likely have to insert `cl-' before each use of a Common Lisp
52;; function.
49;;;###mh-autoload 53;;;###mh-autoload
50(defmacro mh-require-cl () 54(defmacro mh-require-cl ()
51 "Macro to load \"cl\" if needed. 55 "Macro to load \"cl\" if needed.