summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2013-07-09 20:32:50 +0000
committerTaylor R Campbell <campbell@mumble.net>2013-07-09 20:39:14 +0000
commite0af01a1d55d428c074c8d62b60b99aad17dbbb3 (patch)
treef5627e35068a85b4ec05c70817422e57792c273b /NEWS
parent146a43469c968dad01b75aca479c4938d89ee8e4 (diff)
Make slurping and barfing support prefix arguments.
Positive numeric means slurp/barf that many forms. Negative numeric slurp means barf -that many forms, and vice versa. C-u means slurp/barf as many as possible before hitting end of list. Tests are currently pretty limited. Please help!
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e52586b..a2e9823 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ The latest version of this file is available at
** Version 24 (beta)
+*** Slurp/barf now support prefix arguments with the obvious semantics.
*** 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.