emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117979: Add TODO to replace cl with cl-lib.


From: Bill Wohler
Subject: [Emacs-diffs] trunk r117979: Add TODO to replace cl with cl-lib.
Date: Tue, 30 Sep 2014 04:58:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117979
revision-id: address@hidden
parent: address@hidden
committer: Bill Wohler <address@hidden>
branch nick: trunk
timestamp: Mon 2014-09-29 21:58:10 -0700
message:
  Add TODO to replace cl with cl-lib.
modified:
  lisp/mh-e/mh-acros.el          mhacros.el-20091113204419-o5vbwnq5f7feedwu-3194
=== modified file 'lisp/mh-e/mh-acros.el'
--- a/lisp/mh-e/mh-acros.el     2014-01-12 16:37:42 +0000
+++ b/lisp/mh-e/mh-acros.el     2014-09-30 04:58:10 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]