diff options
author | Taylor R Campbell <campbell@mumble.net> | 2013-07-09 22:28:16 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2013-07-09 22:28:16 +0000 |
commit | cde0dbbe0ef7f21d4787f2a4fb0bdd0a8e360ae5 (patch) | |
tree | 2dfcae219499618ac399bd9876d2ee1992509dda | |
parent | bf1956688007dee9180ea4989ce66261ef0826b3 (diff) |
Note nicer slurpage into an empty list in NEWS.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |