aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2020-02-16 07:50:36 -0800
committerGlenn Morris2020-02-16 07:50:36 -0800
commitf633e014aca727b9ccecaf8e6d69386f93c5073f (patch)
tree8db3ca5c8726fe382033559ec6a3bdf2cf28b74a /etc
parent3480071dfab30eaca7f1d014600b864d2ea22f62 (diff)
parent7ceb45f61f91d99c045966d8463c8ae30add8930 (diff)
downloademacs-f633e014aca727b9ccecaf8e6d69386f93c5073f.tar.gz
emacs-f633e014aca727b9ccecaf8e6d69386f93c5073f.zip
Merge from origin/emacs-27
7ceb45f61f (origin/emacs-27) Reformulate c-end-of-macro, handling mul... 888ffd960c Fix unexec failure on macOS 10.15.4 b392c9f365 Fix 'reverse-region' when less than one line is in region 7448834f73 Correct default regexp in 'package-menu-hide-package' faada7ca42 Remove obsolete menu entry "Redisplay buffer" 78d76cd93c Remove redundant 'msft' compilation error rule (bug#39595) 75a9eee8b8 ; * src/editfns.c (Fbuffer_size): Tiny clarification. 4d8d25d641 * doc/lispref/variables.texi (special-variable-p): Clarify... 9f6a4bbcc9 Remove the optional KEEP-ORDER argument to regexp-opt d1e8ce8bb6 Make after-change-functions called from call-process get t... # Conflicts: # etc/NEWS
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.277
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27
index 312869fe57e..380ac71260d 100644
--- a/etc/NEWS.27
+++ b/etc/NEWS.27
@@ -3527,13 +3527,6 @@ This is currently supported on GNUish hosts and on modern versions of
3527MS-Windows. 3527MS-Windows.
3528 3528
3529+++ 3529+++
3530** The function 'regexp-opt' accepts an additional optional argument.
3531By default, the regexp returned by 'regexp-opt' may match the strings
3532in any order. If the new third argument is non-nil, the match is
3533guaranteed to be performed in the order given, as if the strings were
3534made into a regexp by joining them with '\|'.
3535
3536+++
3537** The function 'regexp-opt', when given an empty list of strings, now 3530** The function 'regexp-opt', when given an empty list of strings, now
3538returns a regexp that never matches anything, which is an identity for 3531returns a regexp that never matches anything, which is an identity for
3539this operation. Previously, the empty string was returned in this 3532this operation. Previously, the empty string was returned in this