1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

* lisp/obsolete/lucid.el: Don't warn about any CL functions in this file.

This commit is contained in:
Glenn Morris 2010-11-10 19:54:59 -08:00
parent e7c4fb1ef4
commit b3e4c91159
2 changed files with 6 additions and 1 deletions

View 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)

View 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