Mercurial > emacs
changeset 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 | 0cc3c6bc6da0 |
children | fdd59bb947d8 |
files | lisp/emacs-lisp/cl-macs.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-macs.el Sat Dec 07 21:33:19 2002 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Sat Dec 07 21:34:00 2002 +0000 @@ -2645,4 +2645,8 @@ (run-hooks 'cl-macs-load-hook) +;;; Local variables: +;;; byte-compile-warnings: (redefine callargs free-vars unresolved obsolete noruntime) +;;; End: + ;;; cl-macs.el ends here