diff options
author | Glenn Morris <rgm@gnu.org> | 2012-09-28 19:30:52 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-09-28 19:30:52 -0400 |
commit | e60b51abaa74fa15cc97de18f90b1ee967ae62ab (patch) | |
tree | 6466372ff5ae83cb0b66f06f5c505651f724a832 /lisp/emacs-lisp/cl-macs.el | |
parent | 53baf48a6e99b5ff434d5177b00beda3fc9a8f71 (diff) | |
download | emacs-e60b51abaa74fa15cc97de18f90b1ee967ae62ab.tar.gz emacs-e60b51abaa74fa15cc97de18f90b1ee967ae62ab.tar.bz2 emacs-e60b51abaa74fa15cc97de18f90b1ee967ae62ab.zip |
* bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days.
Remove no longer appropriate file-local suppression of CL warnings in
lisp/emacs-lisp/cl-*.el files.
Diffstat (limited to 'lisp/emacs-lisp/cl-macs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 16ac14f8fe9..56e698bec0a 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -2686,7 +2686,6 @@ surrounded by (cl-block NAME ...). ;; Local variables: ;; byte-compile-dynamic: t -;; byte-compile-warnings: (not cl-functions) ;; generated-autoload-file: "cl-loaddefs.el" ;; End: |