From: Glenn Morris Date: Sun, 28 Oct 2007 23:50:47 +0000 (+0000) Subject: Unify local variable section, and set byte-compile-warnings to `(not X-Git-Tag: emacs-pretest-23.0.90~10014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08f5e96594b15314acc3649e0bc0f25f54967696;p=emacs.git Unify local variable section, and set byte-compile-warnings to `(not cl-functions)'. --- 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: