diff options
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index a5d209774ea..e54e8d81b8a 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2011-07-28 Andreas Schwab <schwab@linux-m68k.org> + + * NEWS: Document ## and #:. + 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> * refcards/orgcard.tex: Document `org-copy-visible'. @@ -1167,6 +1167,11 @@ as well as those in the -*- line. ** rx.el has a new `group-n' construct for explicitly numbered groups. ** keymaps can inherit from multiple parents. + +** New reader macro ## which stands for the empty symbol. +This means that the empty symbol can now be read back. Also, #: by itself +(when not immediately followed by a possible symbol character) stands for +an empty uninterned symbol. * Changes in Emacs 24.1 on non-free operating systems |