changeset 96713:cedc8de2b011

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Wed, 16 Jul 2008 02:52:49 +0000
parents 02d7bcbcfaf6
children 6bdbd2620be4
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jul 16 02:52:16 2008 +0000
+++ b/lisp/ChangeLog	Wed Jul 16 02:52:49 2008 +0000
@@ -1,4 +1,4 @@
-2008-07-16  Adrian Robert <Adrian.B.Robert@gmail.com>
+2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
 	* loadup.el: Remove load of easy-mmode prior to ns-win when NS
 	windowing is used.
@@ -7,6 +7,13 @@
 
 2008-07-16  Glenn Morris  <rgm@gnu.org>
 
+	* emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
+	Simply require 'cl (see comment in cl-compat.el).
+	* emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
+	* emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
+	(cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
+	directly rather by subterfuge.  Provide cl before loading cl-macs.
+
 	* paths.el (rmail-spool-directory): Remove settings for systems that are
 	no longer supported.