branch: elpa/paredit
commit be28e85c3f08ccfe64a2e9372f68d1da68734762
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Mention shift selection for motion commands in NEWS.
---
NEWS | 1 +
1 file changed, 1 insertion(+)
diff --git a/NEWS b/NEWS
index 1a36166..e52586b 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ The latest version of this file is available at
*** Changed M-" (paredit-meta-doublequote) to not break line, like M-).
*** New command: paredit-meta-doublequote-and-newline has old behaviour.
*** Several commands preserve indentation and point column better.
+*** Motion commands support shift selection in GNU Emacs 24 and later.
*** `backward-delete-char' changes in GNU Emacs 24 no longer botch paredit.
*** Various bug fixes.