diff lisp/emacs-lisp/cl-compat.el @ 85728:2797206f47b8

Add a local variables section, and set byte-compile-warnings to `(not cl-functions)'.
author Glenn Morris <rgm@gnu.org>
date Sun, 28 Oct 2007 23:51:52 +0000
parents 935157c0b596
children 107ccd98fa12 880960b70474
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-compat.el	Sun Oct 28 23:51:29 2007 +0000
+++ b/lisp/emacs-lisp/cl-compat.el	Sun Oct 28 23:51:52 2007 +0000
@@ -186,5 +186,9 @@
 
 (provide 'cl-compat)
 
+;; Local variables:
+;; byte-compile-warnings: (not cl-functions)
+;; End:
+
 ;; arch-tag: 9996bb4f-aaf5-4592-b436-bf64759a3163
 ;;; cl-compat.el ends here