Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5677:febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
src/ChangeLog addition:
2012-08-06 Aidan Kehoe <kehoea@parhasard.net>
* lread.c (read1):
* print.c (print_symbol):
Adopt GNU's ## syntax for the interned symbol with the zero-length
name.
man/ChangeLog addition:
2012-08-06 Aidan Kehoe <kehoea@parhasard.net>
* lispref/symbols.texi (Symbol Components):
Document the new syntax of ## for the symbol with name "" interned
in obarray.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 06 Aug 2012 13:07:55 +0100 |
parents | 900a0a8796c3 |
children | b0d40183ac79 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Aug 04 23:26:26 2012 +0900 +++ b/src/ChangeLog Mon Aug 06 13:07:55 2012 +0100 @@ -1,3 +1,10 @@ +2012-08-06 Aidan Kehoe <kehoea@parhasard.net> + + * lread.c (read1): + * print.c (print_symbol): + Adopt GNU's ## syntax for the interned symbol with the zero-length + name. + 2012-08-02 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.32 "habanero" is released.