emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/emacs-lisp cl-extra.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/emacs-lisp cl-extra.el
Date: Tue, 25 Aug 2009 06:52:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/08/25 06:52:09

Modified files:
        lisp/emacs-lisp: cl-extra.el 

Log message:
        Unify local variables at end.
        Don't warn about use of cl functions in this file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/cl-extra.el?cvsroot=emacs&r1=1.40&r2=1.41

Patches:
Index: cl-extra.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/cl-extra.el,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- cl-extra.el 5 Jan 2009 03:20:49 -0000       1.40
+++ cl-extra.el 25 Aug 2009 06:52:09 -0000      1.41
@@ -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 <address@hidden>
 ;; Keywords: extensions
@@ -820,6 +820,8 @@
 (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:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]