diff options
Diffstat (limited to 'lisp/emacs-lisp/cl-macs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |