# HG changeset patch # User Glenn Morris # Date 1193615512 0 # Node ID 2797206f47b83676945a311f4ebf03a40531c16a # Parent 1b9a295d372259ef946d795ecacb4ea898726dda Add a local variables section, and set byte-compile-warnings to `(not cl-functions)'. diff -r 1b9a295d3722 -r 2797206f47b8 lisp/emacs-lisp/cl-compat.el --- 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