diff options
author | Taylor R Campbell <campbell@mumble.net> | 2013-07-09 20:32:50 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2013-07-09 20:39:14 +0000 |
commit | e0af01a1d55d428c074c8d62b60b99aad17dbbb3 (patch) | |
tree | f5627e35068a85b4ec05c70817422e57792c273b /NEWS | |
parent | 146a43469c968dad01b75aca479c4938d89ee8e4 (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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |