summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-25 06:52:09 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-25 06:52:09 +0000
commit91677576624802ae3ada0277881ce65a47f8793e (patch)
tree61c74ff47c67c424fda060c46d1469b942f04f16 /lisp/emacs-lisp
parent5802634797b76bc7385716398c52aac9be90c0d0 (diff)
downloademacs-91677576624802ae3ada0277881ce65a47f8793e.tar.gz
emacs-91677576624802ae3ada0277881ce65a47f8793e.tar.bz2
emacs-91677576624802ae3ada0277881ce65a47f8793e.zip
Unify local variables at end.
Don't warn about use of cl functions in this file.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/cl-extra.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el
index 941e19110e7..49eef8a68d8 100644
--- a/lisp/emacs-lisp/cl-extra.el
+++ b/lisp/emacs-lisp/cl-extra.el
@@ -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 @@ This also does some trivial optimizations to make the form prettier."
(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: