aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2011-07-28 22:23:19 +0200
committerAndreas Schwab2011-07-28 22:23:19 +0200
commit43dc9f5b0187276c24e1f63f2a23ba4b81c20e07 (patch)
tree8e80347b8aec3423ba82dbfca1877f9bb17b7b62
parent9a79b20c28f48ff640df50d74185b39acf0850a7 (diff)
downloademacs-43dc9f5b0187276c24e1f63f2a23ba4b81c20e07.tar.gz
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 @@
12011-07-28 Andreas Schwab <schwab@linux-m68k.org>
2
3 * NEWS: Document ## and #:.
4
12011-07-28 Carsten Dominik <carsten.dominik@gmail.com> 52011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2 6
3 * refcards/orgcard.tex: Document `org-copy-visible'. 7 * 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.
1167** rx.el has a new `group-n' construct for explicitly numbered groups. 1167** rx.el has a new `group-n' construct for explicitly numbered groups.
1168 1168
1169** keymaps can inherit from multiple parents. 1169** keymaps can inherit from multiple parents.
1170
1171** New reader macro ## which stands for the empty symbol.
1172This means that the empty symbol can now be read back. Also, #: by itself
1173(when not immediately followed by a possible symbol character) stands for
1174an empty uninterned symbol.
1170 1175
1171* Changes in Emacs 24.1 on non-free operating systems 1176* Changes in Emacs 24.1 on non-free operating systems
1172 1177