Mercurial > emacs
changeset 111487:26c73acc214b
* lisp/obsolete/lucid.el: Don't warn about any CL functions in this file.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 10 Nov 2010 19:54:59 -0800 |
parents | 046351ea9819 |
children | 721dbc4f6c02 |
files | lisp/ChangeLog lisp/obsolete/lucid.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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)
--- 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