Mercurial > emacs
diff src/ChangeLog @ 78524:30f73a22d4ce
(new_backquote_output): Rename from old_backquote_output.
(print): Inverse its logic (according to its name) so as to match the
behavior of new_backquote_flag in lread.c.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 10 Aug 2007 08:01:30 +0000 |
parents | 17b8414df73d |
children | c708e9ee9e41 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Aug 10 06:52:54 2007 +0000 +++ b/src/ChangeLog Fri Aug 10 08:01:30 2007 +0000 @@ -1,3 +1,9 @@ +2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca> + + * print.c (new_backquote_output): Rename from old_backquote_output. + (print): Inverse its logic (according to its name) so as to match the + behavior of new_backquote_flag in lread.c. + 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * gmalloc.c (posix_memalign): New function.