aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-01-16 15:22:11 +0100
committerLars Ingebrigtsen2018-01-17 00:17:23 +0100
commitf121b5d7f3aef080d0019eb39a57de51015ceb39 (patch)
treea349d180f4226864d2af211cc0d0766c59abfd55 /etc
parentb02a06317b04b56d54f73a7d97568a0bc150a18b (diff)
downloademacs-f121b5d7f3aef080d0019eb39a57de51015ceb39.tar.gz
emacs-f121b5d7f3aef080d0019eb39a57de51015ceb39.zip
Introduce a variable to control ecomplete sorting
* lisp/ecomplete.el (ecomplete-sort-predicate): New variable. (ecomplete-get-matches): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index abbedcf5eca..872bd3113fd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -230,6 +230,10 @@ are implemented in C using the Jansson library.
230It's a simple convenience function for looking up MIME types based on 230It's a simple convenience function for looking up MIME types based on
231file name extensions. 231file name extensions.
232 232
233+++
234** The ecomplete sorting has changed to a decay-based algorithm. This
235can be controlled by the new `ecomplete-sort-predicate' variable.
236
233 237
234* Changes in Emacs 27.1 on Non-Free Operating Systems 238* Changes in Emacs 27.1 on Non-Free Operating Systems
235 239