Mercurial > emacs
comparison lisp/emacs-lisp/cl-macs.el @ 48720:9f27d033e1a7
Add local variable list to turn off cl-function warnings.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 07 Dec 2002 21:34:00 +0000 |
parents | cbc642547375 |
children | 0d8b17d428b5 |
comparison
equal
deleted
inserted
replaced
48719:0cc3c6bc6da0 | 48720:9f27d033e1a7 |
---|---|
2643 copy-tree sublis)) | 2643 copy-tree sublis)) |
2644 | 2644 |
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 |