]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/obsolete/lucid.el: Don't warn about any CL functions in this file.
authorGlenn Morris <rgm@gnu.org>
Thu, 11 Nov 2010 03:54:59 +0000 (19:54 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 11 Nov 2010 03:54:59 +0000 (19:54 -0800)
lisp/ChangeLog
lisp/obsolete/lucid.el

index 3784483f805ec0ee189aed95e02c2d7632f73083..5738ef56df43a0f724c53cd30a2d0b44235398b3 100644 (file)
@@ -1,5 +1,7 @@
 2010-11-11  Glenn Morris  <rgm@gnu.org>
 
+       * obsolete/lucid.el: Don't warn about any CL functions in this file.
+
        * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
 
        * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
index a83d6f2164bb069774b1a22c8b001861e1ef3021..a35cde022902c35c5794935bc4a48a20cf85a118 100644 (file)
@@ -234,5 +234,8 @@ This is an XEmacs compatibility function."
 
 (provide 'lucid)
 
-;; arch-tag: 80f9ab46-0b36-4151-86ed-3edb6d449c9e
+;; Local Variables:
+;; byte-compile-warnings: (not cl-functions)
+;; End:
+
 ;;; lucid.el ends here