summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2019-05-01 22:17:10 -0400
committerNoam Postavsky <npostavs@gmail.com>2019-05-01 22:17:10 -0400
commit3e29de2ce03d19af84d6dea361e13f0a398e79f1 (patch)
tree6a3b094324d1023342b09a6d3421738b29e5d980
parent0ae7b2b88f5356480ba6f2082d76c55ad88dfb55 (diff)
downloademacs-3e29de2ce03d19af84d6dea361e13f0a398e79f1.tar.gz
* etc/NEWS.24: Belatedly announce delete-consecutive-dups.
-rw-r--r--etc/NEWS.242
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS.24 b/etc/NEWS.24
index 9150e49fd92..049005306fd 100644
--- a/etc/NEWS.24
+++ b/etc/NEWS.24
@@ -1117,6 +1117,8 @@ a non-nil `interactive-only' property.
The value, if non-nil, is a regexp that specifies what to trim from
the start and end of each substring.
+** New function `delete-consecutive-dups'.
+
** Completion
*** The separator used by `completing-read-multiple' is now a regexp.