]> git.eshelyaron.com Git - emacs.git/commitdiff
Add local variable list to turn off cl-function warnings.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Dec 2002 21:34:00 +0000 (21:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Dec 2002 21:34:00 +0000 (21:34 +0000)
lisp/emacs-lisp/cl-macs.el

index ddc0572ad52e1ed3004245364f9bef0aa40c95c2..63be5bcb6128ab144d74a35185a1a6f0d2fa1cb8 100644 (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