diff lisp/emacs-lisp/cl-extra.el @ 104583:e491887d0944

Unify local variables at end. Don't warn about use of cl functions in this file.
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Aug 2009 06:52:09 +0000
parents a9dc0e7c3f2b
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-extra.el	Tue Aug 25 06:03:09 2009 +0000
+++ b/lisp/emacs-lisp/cl-extra.el	Tue Aug 25 06:52:09 2009 +0000
@@ -1,7 +1,7 @@
-;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*-
+;;; cl-extra.el --- Common Lisp features, part 2
 
-;; Copyright (C) 1993, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008, 2009  Free Software Foundation, Inc.
 
 ;; Author: Dave Gillespie <daveg@synaptics.com>
 ;; Keywords: extensions
@@ -820,6 +820,8 @@
 (run-hooks 'cl-extra-load-hook)
 
 ;; Local variables:
+;; byte-compile-dynamic: t
+;; byte-compile-warnings: (not cl-functions)
 ;; generated-autoload-file: "cl-loaddefs.el"
 ;; End: