summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-acros.el
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2014-09-29 21:58:10 -0700
committerBill Wohler <wohler@newt.com>2014-09-29 21:58:10 -0700
commitc5235fba90a430603445cf2c331bafb8564e9cd3 (patch)
tree239823ac7e34e6d4c32600cc03003e9dc1414686 /lisp/mh-e/mh-acros.el
parentdc4525691c2c236abdb6c074438223413f80091c (diff)
downloademacs-c5235fba90a430603445cf2c331bafb8564e9cd3.tar.gz
Add TODO to replace cl with cl-lib.
Diffstat (limited to 'lisp/mh-e/mh-acros.el')
-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 @@
;;; Compatibility
+;; TODO: Replace `cl' with `cl-lib'.
+;; `cl' is deprecated in Emacs 24.3. Use `cl-lib' instead. However,
+;; we'll likely have to insert `cl-' before each use of a Common Lisp
+;; function.
;;;###mh-autoload
(defmacro mh-require-cl ()
"Macro to load \"cl\" if needed.