From: Alan Mackenzie Date: Wed, 16 Dec 2015 15:29:13 +0000 (+0000) Subject: * etc/NEWS: Move entry on pcase to correct section X-Git-Tag: emacs-25.0.90~457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e23a760cfc2d144a5447562e61e282ae5d70ca6e;p=emacs.git * etc/NEWS: Move entry on pcase to correct section (Accidentally omitted from previous commit) --- diff --git a/etc/NEWS b/etc/NEWS index d699d37be6c..acb4a0e7937 100644 --- 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 * 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'.