aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-12-21 05:20:06 +0000
committerStefan Monnier2008-12-21 05:20:06 +0000
commit125f795168b05fa6297abf2090a88c2200d6d5d3 (patch)
treeedd47b61c91155d443a0a2b1ada3f6d471a0144a /etc
parent5e252df23484d60af95fb3efce226971c2e988d4 (diff)
downloademacs-125f795168b05fa6297abf2090a88c2200d6d5d3.tar.gz
emacs-125f795168b05fa6297abf2090a88c2200d6d5d3.zip
(completion-all-completions-with-base-size): Remove.
(completion-all-completions): Don't set it. (completion-table-with-context, completion--file-name-table): Don't add base-size in last cdr. (completion-hilit-commonality): Add argument `base-size'. (display-completion-list, completion-emacs21-all-completions) (completion-emacs22-all-completions, completion-basic-all-completions): Provide it. (completion-pcm--all-completions): Don't need to remove the base-size in last-cdr any more.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index db0f4e941b4..eaeea4195dc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1345,12 +1345,6 @@ via M-n when reading a regexp in the minibuffer.
1345*** minibuffer-local-must-match-filename-map is now named 1345*** minibuffer-local-must-match-filename-map is now named
1346minibuffer-local-filename-must-match-map. 1346minibuffer-local-filename-must-match-map.
1347 1347
1348---
1349*** `all-completions' may now return the base size in the last cdr.
1350Since this means the returned list is not properly nil-terminated, this
1351is an incompatible change and is thus enabled by the new variable
1352completion-all-completions-with-base-size.
1353
1354+++ 1348+++
1355*** The `require-match' argument to `completing-read' accepts the new 1349*** The `require-match' argument to `completing-read' accepts the new
1356values `confirm-only' and `confirm-after-completion'. 1350values `confirm-only' and `confirm-after-completion'.