]> git.eshelyaron.com Git - emacs.git/commit
Support sorting file name completions list by last modified time
authorEshel Yaron <me@eshelyaron.com>
Sat, 6 Jan 2024 12:31:23 +0000 (13:31 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 6 Jan 2024 12:36:19 +0000 (13:36 +0100)
commitcb033b5921fe4eba2b17795c1d3a803256d620cd
treef462bb77df4d64c59c6ef3e70684cb50f46e376f
parentdb311582a75b2dfadd6c164f83f816738b358e45
Support sorting file name completions list by last modified time

(minibuffer--sort-file-names-by-last-modified-time): New function.
(read-file-name-default): Add it to
'minibuffer-completions-sort-orders' buffer-locally.
* doc/emacs/mini.texi (Completion Commands): Elaborate about
'minibuffer-sort-completions'.
doc/emacs/mini.texi
lisp/minibuffer.el