comparison lisp/ChangeLog @ 75490:1cf2ac308bdc

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 29 Jan 2007 01:22:53 +0000
parents d761ff8c8528
children cebbb89929e5
comparison
equal deleted inserted replaced
75489:76c18a7841bf 75490:1cf2ac308bdc
1 2007-01-29 Kenichi Handa <handa@m17n.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New
4 variable.
5 (byte-compile-output-file-form): Bing print-circle to nil if
6 byte-compile-output-file-form is not nil.
7 (byte-compile-output-docform): Likewise.
8
1 2007-01-28 Kim F. Storm <storm@cua.dk> 9 2007-01-28 Kim F. Storm <storm@cua.dk>
2 10
3 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap): 11 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4 Declare earlier to avoid byte compiler warnings. 12 Declare earlier to avoid byte compiler warnings.
5 13