]> git.eshelyaron.com Git - emacs.git/commit
* lisp/filecache.el: Fix cycling (bug#49761).
authorJuri Linkov <juri@linkov.net>
Sun, 1 Aug 2021 08:38:51 +0000 (11:38 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 1 Aug 2021 08:38:51 +0000 (11:38 +0300)
commit12af7ee46d47152a2c499e24970a6ab4a94aed61
treeccda984ccd7c2392eac323e003bc6399685a5c1a
parent7640f1da0be206a7598c96acdfdaaf390a2b546c
* lisp/filecache.el: Fix cycling (bug#49761).

(file-cache-cycle): Refactor from file-cache-minibuffer-complete.
(file-cache-minibuffer-complete): Use file-cache-cycle in 2 old places,
and in 1 following new place.  When last-command is equal to this-command,
use file-cache-cycle to continue cycling the previous completion
as long as the user continues typing C-TAB.
Also when displaying a list of completions, don't try to move point
to the common prefix.
etc/NEWS
lisp/filecache.el