* etc/NEWS: Move entry on pcase to correct section
authorAlan Mackenzie <acm@muc.de>
Wed, 16 Dec 2015 15:29:13 +0000 (15:29 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 16 Dec 2015 15:32:10 +0000 (15:32 +0000)
(Accidentally omitted from previous commit)

etc/NEWS

index d699d37be6c940023669663c442fb91366354077..acb4a0e793711a8df87afa48b2d4824d9d747ef8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -630,12 +630,6 @@ at BOL or EOL, or in whitespace there.  To enable these, customize,
 respectively, show-paren-when-point-inside-paren or
 show-paren-when-point-in-periphery.
 
-** pcase
-*** New UPatterns `quote', `app', `cl-struct', and `eieio'.
-*** New UPatterns can be defined with `pcase-defmacro'.
-+++
-*** New vector QPattern.
-
 ** Lisp mode
 *** Strings after `:documentation' are highlighted as docstrings.
 
@@ -1167,6 +1161,12 @@ that happen, `unhandled-file-name-directory' now defaults to calling
 \f
 * Lisp Changes in Emacs 25.1
 
+** pcase
+*** New UPatterns `quote', `app', `cl-struct', and `eieio'.
+*** New UPatterns can be defined with `pcase-defmacro'.
++++
+*** New vector QPattern.
+
 ** syntax-propertize is now automatically called on-demand during forward
 parsing functions like `forward-sexp'.