diff lisp/ChangeLog @ 104586:2786934ea419

(byte-compile-eval): Fix test for cl in load-history for absolute file-names. (byte-compile-file-form-require): Warn about use of the cl package.
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Aug 2009 07:28:16 +0000
parents 03bf18369e45
children c321af690274
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 25 07:05:47 2009 +0000
+++ b/lisp/ChangeLog	Tue Aug 25 07:28:16 2009 +0000
@@ -4,6 +4,10 @@
 
 2009-08-25  Glenn Morris  <rgm@gnu.org>
 
+	* emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
+	load-history for absolute file-names.
+	(byte-compile-file-form-require): Warn about use of the cl package.
+
 	* format.el (format-alist): Doc fix.
 
 	* play/bubbles.el (top-level): Don't require cl at run-time.