# HG changeset patch # User Glenn Morris # Date 1193617356 0 # Node ID e5bd859d65dd4b04e122c87b9a7bb3d721077228 # Parent cbb9de5e7290f752b8e1f05b73668c3e9c2b1239 Move local variables to end of file, and set byte-compile-warnings to `(not cl-functions)'. diff -r cbb9de5e7290 -r e5bd859d65dd lisp/emacs-lisp/cl.el --- a/lisp/emacs-lisp/cl.el Mon Oct 29 00:22:23 2007 +0000 +++ b/lisp/emacs-lisp/cl.el Mon Oct 29 00:22:36 2007 +0000 @@ -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 @@ (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