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