# HG changeset patch # User Glenn Morris # Date 1216176769 0 # Node ID cedc8de2b011533469757b304e4b093bd4796d5b # Parent 02d7bcbcfaf6f586a20295e0238b90e2587a9ff0 *** empty log message *** diff -r 02d7bcbcfaf6 -r cedc8de2b011 lisp/ChangeLog --- 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 +2008-07-16 Adrian Robert * 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 + * 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.