mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
Unify local variable section, and set byte-compile-warnings to `(not
cl-functions)'.
This commit is contained in:
parent
5e0b2841c7
commit
08f5e96594
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user