comparison 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
comparison
equal deleted inserted replaced
104585:dc1af63f6b73 104586:2786934ea419
1 2009-08-25 Kevin Ryde <user42@zip.com.au> 1 2009-08-25 Kevin Ryde <user42@zip.com.au>
2 2
3 * net/dig.el (dig): Add autoload cookie. 3 * net/dig.el (dig): Add autoload cookie.
4 4
5 2009-08-25 Glenn Morris <rgm@gnu.org> 5 2009-08-25 Glenn Morris <rgm@gnu.org>
6
7 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8 load-history for absolute file-names.
9 (byte-compile-file-form-require): Warn about use of the cl package.
6 10
7 * format.el (format-alist): Doc fix. 11 * format.el (format-alist): Doc fix.
8 12
9 * play/bubbles.el (top-level): Don't require cl at run-time. 13 * play/bubbles.el (top-level): Don't require cl at run-time.
10 14