Mercurial > emacs
changeset 75490:1cf2ac308bdc
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 29 Jan 2007 01:22:53 +0000 |
parents | 76c18a7841bf |
children | 1fa2c9c50f03 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 29 01:22:11 2007 +0000 +++ b/lisp/ChangeLog Mon Jan 29 01:22:53 2007 +0000 @@ -1,3 +1,11 @@ +2007-01-29 Kenichi Handa <handa@m17n.org> + + * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New + variable. + (byte-compile-output-file-form): Bing print-circle to nil if + byte-compile-output-file-form is not nil. + (byte-compile-output-docform): Likewise. + 2007-01-28 Kim F. Storm <storm@cua.dk> * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):