Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5676:dede3f658f8e | 5677:febc025c4e0c |
---|---|
1 2012-08-06 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lread.c (read1): | |
4 * print.c (print_symbol): | |
5 Adopt GNU's ## syntax for the interned symbol with the zero-length | |
6 name. | |
7 | |
1 2012-08-02 Stephen J. Turnbull <stephen@xemacs.org> | 8 2012-08-02 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 9 |
3 * XEmacs 21.5.32 "habanero" is released. | 10 * XEmacs 21.5.32 "habanero" is released. |
4 | 11 |
5 2012-05-14 Aidan Kehoe <kehoea@parhasard.net> | 12 2012-05-14 Aidan Kehoe <kehoea@parhasard.net> |