diff lisp/emacs-lisp/cl-macs.el @ 48720:9f27d033e1a7

Add local variable list to turn off cl-function warnings.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Dec 2002 21:34:00 +0000
parents cbc642547375
children 0d8b17d428b5
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-macs.el	Sat Dec 07 21:33:19 2002 +0000
+++ b/lisp/emacs-lisp/cl-macs.el	Sat Dec 07 21:34:00 2002 +0000
@@ -2645,4 +2645,8 @@
 
 (run-hooks 'cl-macs-load-hook)
 
+;;; Local variables:
+;;; byte-compile-warnings: (redefine callargs free-vars unresolved obsolete noruntime)
+;;; End:
+
 ;;; cl-macs.el ends here