diff options
| -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 ...). | |||
| 2645 | 2645 | ||
| 2646 | (run-hooks 'cl-macs-load-hook) | 2646 | (run-hooks 'cl-macs-load-hook) |
| 2647 | 2647 | ||
| 2648 | ;;; Local variables: | ||
| 2649 | ;;; byte-compile-warnings: (redefine callargs free-vars unresolved obsolete noruntime) | ||
| 2650 | ;;; End: | ||
| 2651 | |||
| 2648 | ;;; cl-macs.el ends here | 2652 | ;;; cl-macs.el ends here |