# HG changeset patch # User Richard M. Stallman # Date 1039296840 0 # Node ID 9f27d033e1a785a2adc6274c0b857dc7cfd7e043 # Parent 0cc3c6bc6da0fd6e3d6a7238c5213f07639bd449 Add local variable list to turn off cl-function warnings. diff -r 0cc3c6bc6da0 -r 9f27d033e1a7 lisp/emacs-lisp/cl-macs.el --- 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