Add TODO to replace cl with cl-lib.
This commit is contained in:
parent
dc4525691c
commit
c5235fba90
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue