aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAndreas Politz2017-10-26 08:59:05 +0200
committerAndreas Politz2017-11-04 21:48:54 +0100
commitd3233b437eb8757e3c5abc1b50f100ea53ca9e15 (patch)
tree369c0951484e63f15ef1ff882bc1c0047fca76af /etc
parentbd886c6f566cb1e79e388305f8be05e55753b730 (diff)
downloademacs-d3233b437eb8757e3c5abc1b50f100ea53ca9e15.tar.gz
emacs-d3233b437eb8757e3c5abc1b50f100ea53ca9e15.zip
Make filecache use extended completion
* lisp/filecache.el (file-cache-minibuffer-complete): Use completion-try-completion and completion-all-completions. * etc/NEWS: Add news entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0dd6e36c70a..c47ca42d277 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -103,6 +103,12 @@ less verbose by removing non-essential information.
103dimensions, instead of always using 16 pixels. As a result, Tetris, 103dimensions, instead of always using 16 pixels. As a result, Tetris,
104Snake and Pong are more playable on HiDPI displays. 104Snake and Pong are more playable on HiDPI displays.
105 105
106** Filecache
107
108---
109*** Completing filenames in the minibuffer via 'C-TAB' now uses the
110styles as configured by the variable 'completion-styles'.
111
106 112
107* New Modes and Packages in Emacs 27.1 113* New Modes and Packages in Emacs 27.1
108 114