]> git.eshelyaron.com Git - emacs.git/commit
Change how project-find-file's completion works
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 6 Aug 2021 00:30:10 +0000 (03:30 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 6 Aug 2021 00:30:10 +0000 (03:30 +0300)
commitfa895379d6166c52b89774a9e450a94c2e429dae
tree76e14c493dcd67c5a0ca0a8f489698f25e3babc2
parentd5a2fdeefb819dbb44b9e98794d6e4f85f8e1db2
Change how project-find-file's completion works

* lisp/progmodes/project.el (project--completing-read-strict):
Allow to choose a non-existent file, with confirmation
(bug#49204).
Don't use the string at point as a "real" default, and instead
only include it in "future history": meaning, it will be inserted
on 'M-n' (bug#49865).
etc/NEWS
lisp/progmodes/project.el