From: Bill Wohler Date: Tue, 30 Sep 2014 04:58:10 +0000 (-0700) Subject: Add TODO to replace cl with cl-lib. X-Git-Tag: emacs-25.0.90~2635^2~679^2~192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5235fba90a430603445cf2c331bafb8564e9cd3;p=emacs.git Add TODO to replace cl with cl-lib. --- 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.