Add local variable list to turn off cl-function warnings.

This commit is contained in:
Richard M. Stallman 2002-12-07 21:34:00 +00:00
parent d1a57439f1
commit b69a33744a

View file

@ -2645,4 +2645,8 @@ surrounded by (block NAME ...).
(run-hooks 'cl-macs-load-hook)
;;; Local variables:
;;; byte-compile-warnings: (redefine callargs free-vars unresolved obsolete noruntime)
;;; End:
;;; cl-macs.el ends here