From b69a33744ae05b855194dc4091c2dda54e5b903c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 7 Dec 2002 21:34:00 +0000 Subject: [PATCH] Add local variable list to turn off cl-function warnings. --- lisp/emacs-lisp/cl-macs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index ddc0572ad52..63be5bcb612 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 -- 2.39.2