aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-12-07 21:34:00 +0000
committerRichard M. Stallman <[email protected]>2002-12-07 21:34:00 +0000
commitb69a33744ae05b855194dc4091c2dda54e5b903c (patch)
tree904542266c43ba30857a1658f47a58bc17fa27ae /lisp
parentd1a57439f1866099c2b57074c20c5e97ef094a51 (diff)
Add local variable list to turn off cl-function warnings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/cl-macs.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index ddc0572ad5..63be5bcb61 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -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