summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-07-28 22:23:19 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2011-07-28 22:23:19 +0200
commit43dc9f5b0187276c24e1f63f2a23ba4b81c20e07 (patch)
tree8e80347b8aec3423ba82dbfca1877f9bb17b7b62
parent9a79b20c28f48ff640df50d74185b39acf0850a7 (diff)
downloademacs-43dc9f5b0187276c24e1f63f2a23ba4b81c20e07.tar.gz
emacs-43dc9f5b0187276c24e1f63f2a23ba4b81c20e07.tar.bz2
emacs-43dc9f5b0187276c24e1f63f2a23ba4b81c20e07.zip
Update NEWS
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS5
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'.
diff --git a/etc/NEWS b/etc/NEWS
index 7b5d81b613f..6a1bb6c1c5e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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