branch: elpa/paredit
commit cde0dbbe0ef7f21d4787f2a4fb0bdd0a8e360ae5
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Note nicer slurpage into an empty list in NEWS.
---
NEWS | 1 +
1 file changed, 1 insertion(+)
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.