]> code.delx.au - gnu-emacs/commitdiff
Add TODO to replace cl with cl-lib.
authorBill Wohler <wohler@newt.com>
Tue, 30 Sep 2014 04:58:10 +0000 (21:58 -0700)
committerBill Wohler <wohler@newt.com>
Tue, 30 Sep 2014 04:58:10 +0000 (21:58 -0700)
lisp/mh-e/mh-acros.el

index 7abd16bd83211f52fec16db14c50e67c89607ceb..21526c80d0a4777c9649a1f5da5fffd378604ece 100644 (file)
 
 ;;; 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.