# HG changeset patch # User Glenn Morris # Date 1289447699 28800 # Node ID 26c73acc214bc7f76c351ce59aacc30230d74622 # Parent 046351ea98193bdeb1e1a54be94c79fa2252968b * lisp/obsolete/lucid.el: Don't warn about any CL functions in this file. diff -r 046351ea9819 -r 26c73acc214b lisp/ChangeLog --- a/lisp/ChangeLog Wed Nov 10 19:53:16 2010 -0800 +++ b/lisp/ChangeLog Wed Nov 10 19:54:59 2010 -0800 @@ -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 -r 046351ea9819 -r 26c73acc214b lisp/obsolete/lucid.el --- a/lisp/obsolete/lucid.el Wed Nov 10 19:53:16 2010 -0800 +++ b/lisp/obsolete/lucid.el Wed Nov 10 19:54:59 2010 -0800 @@ -234,5 +234,8 @@ (provide 'lucid) -;; arch-tag: 80f9ab46-0b36-4151-86ed-3edb6d449c9e +;; Local Variables: +;; byte-compile-warnings: (not cl-functions) +;; End: + ;;; lucid.el ends here