changeset 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 1b9a295d3722
children bd2837f89a3b
files lisp/emacs-lisp/cl-compat.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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