* lisp/obsolete/lucid.el: Don't warn about any CL functions in this file.
This commit is contained in:
parent
e7c4fb1ef4
commit
b3e4c91159
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue