]> 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>
Fri, 19 Jan 2024 10:33:54 +0000 (11:33 +0100)
commit5e7c3c81b277b466c34039ae28be12e691a9a894
treee33e8e78a1a95bfd555cbc1bac676d45a9398551
parentd1a6051613a042b0704cd5f9e0b370c446840610
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