diff options
| author | Stefan Monnier | 2008-12-21 05:20:06 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-12-21 05:20:06 +0000 |
| commit | 125f795168b05fa6297abf2090a88c2200d6d5d3 (patch) | |
| tree | edd47b61c91155d443a0a2b1ada3f6d471a0144a /etc | |
| parent | 5e252df23484d60af95fb3efce226971c2e988d4 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 0 insertions, 6 deletions
| @@ -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 |
| 1346 | minibuffer-local-filename-must-match-map. | 1346 | minibuffer-local-filename-must-match-map. |
| 1347 | 1347 | ||
| 1348 | --- | ||
| 1349 | *** `all-completions' may now return the base size in the last cdr. | ||
| 1350 | Since this means the returned list is not properly nil-terminated, this | ||
| 1351 | is an incompatible change and is thus enabled by the new variable | ||
| 1352 | completion-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 |
| 1356 | values `confirm-only' and `confirm-after-completion'. | 1350 | values `confirm-only' and `confirm-after-completion'. |