Mercurial > emacs
changeset 85726:370f231ade90
Unify local variable section, and set byte-compile-warnings to `(not
cl-functions)'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 28 Oct 2007 23:50:47 +0000 |
parents | e177256e1ca2 |
children | 1b9a295d3722 |
files | lisp/emacs-lisp/cl-seq.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-seq.el Sun Oct 28 23:50:30 2007 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Sun Oct 28 23:50:47 2007 +0000 @@ -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 @@ (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: