From: Glenn Morris Date: Thu, 11 Nov 2010 03:54:59 +0000 (-0800) Subject: * lisp/obsolete/lucid.el: Don't warn about any CL functions in this file. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3e4c9115928174beaaa09bf6b1342a35440de4f;p=emacs.git * lisp/obsolete/lucid.el: Don't warn about any CL functions in this file. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3784483f805..5738ef56df4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-11-11 Glenn Morris + * 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) diff --git a/lisp/obsolete/lucid.el b/lisp/obsolete/lucid.el index a83d6f2164b..a35cde02290 100644 --- a/lisp/obsolete/lucid.el +++ b/lisp/obsolete/lucid.el @@ -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