]> git.eshelyaron.com Git - emacs.git/commitdiff
Move local variables to end of file, and set byte-compile-warnings to
authorGlenn Morris <rgm@gnu.org>
Mon, 29 Oct 2007 00:22:36 +0000 (00:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 29 Oct 2007 00:22:36 +0000 (00:22 +0000)
`(not cl-functions)'.

lisp/emacs-lisp/cl.el

index 8d609509f105f91c04b07f1c6af01f1f16e74d8c..6174e06edb6444bf11a9a41548f9bcd66476c5c6 100644 (file)
@@ -1,4 +1,4 @@
-;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*-
+;;; cl.el --- Common Lisp extensions for Emacs
 
 ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005,
 ;;   2006, 2007 Free Software Foundation, Inc.
@@ -658,5 +658,10 @@ If ALIST is non-nil, the new pairs are prepended to it."
 
 (run-hooks 'cl-load-hook)
 
+;; Local variables:
+;; byte-compile-dynamic: t
+;; byte-compile-warnings: (not cl-functions)
+;; End:
+
 ;; arch-tag: 5f07fa74-f153-4524-9303-21f5be125851
 ;;; cl.el ends here