summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2013-07-09 22:28:16 +0000
committerTaylor R Campbell <campbell@mumble.net>2013-07-09 22:28:16 +0000
commitcde0dbbe0ef7f21d4787f2a4fb0bdd0a8e360ae5 (patch)
tree2dfcae219499618ac399bd9876d2ee1992509dda
parentbf1956688007dee9180ea4989ce66261ef0826b3 (diff)
Note nicer slurpage into an empty list in NEWS.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 050a709..e4cb2c5 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ The latest version of this file is available at
*** Slurp/barf now support prefix arguments with the obvious semantics.
*** HTML quick reference is a little prettier now, perhaps.
*** paredit.el no longer defines `backward-down-list'.
+*** Slurp `(|) foo' now yields `(|foo)', not the frustrating `(| foo)'.
*** C-M-f/C-M-b (paredit-forward/paredit-backward) now move out of strings.
*** Changed M-" (paredit-meta-doublequote) to not break line, like M-).
*** New command: paredit-meta-doublequote-and-newline has old behaviour.