diff options
author | Glenn Morris <rgm@gnu.org> | 2007-10-28 23:50:47 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-10-28 23:50:47 +0000 |
commit | 08f5e96594b15314acc3649e0bc0f25f54967696 (patch) | |
tree | 4a0d566a0e90250c8226693336c1a4631a078e7c /lisp/emacs-lisp/cl-seq.el | |
parent | 5e0b2841c71db15d83537a4bf40879c744a1b3ad (diff) | |
download | emacs-08f5e96594b15314acc3649e0bc0f25f54967696.tar.gz emacs-08f5e96594b15314acc3649e0bc0f25f54967696.tar.bz2 emacs-08f5e96594b15314acc3649e0bc0f25f54967696.zip |
Unify local variable section, and set byte-compile-warnings to `(not
cl-functions)'.
Diffstat (limited to 'lisp/emacs-lisp/cl-seq.el')
-rw-r--r-- | lisp/emacs-lisp/cl-seq.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el index 8016b75aad9..4669d69c872 100644 --- a/lisp/emacs-lisp/cl-seq.el +++ b/lisp/emacs-lisp/cl-seq.el @@ -1,4 +1,4 @@ -;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*- +;;; cl-seq.el --- Common Lisp features, part 3 ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, ;; 2006, 2007 Free Software Foundation, Inc. @@ -1020,6 +1020,8 @@ Atoms are compared by `eql'; cons cells are compared recursively. (run-hooks 'cl-seq-load-hook) ;; Local variables: +;; byte-compile-dynamic: t +;; byte-compile-warnings: (not cl-functions) ;; generated-autoload-file: "cl-loaddefs.el" ;; End: |