]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a local variables section, and set
authorGlenn Morris <rgm@gnu.org>
Sun, 28 Oct 2007 23:51:52 +0000 (23:51 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 28 Oct 2007 23:51:52 +0000 (23:51 +0000)
byte-compile-warnings to `(not cl-functions)'.

lisp/emacs-lisp/cl-compat.el

index ebfc43ebc80389abac2de4178be9a97e61a48cf3..1f476081f41783df25e61b9bb5d981d6b7915169 100644 (file)
 
 (provide 'cl-compat)
 
+;; Local variables:
+;; byte-compile-warnings: (not cl-functions)
+;; End:
+
 ;; arch-tag: 9996bb4f-aaf5-4592-b436-bf64759a3163
 ;;; cl-compat.el ends here