]> git.eshelyaron.com Git - emacs.git/commit
Improve behavior with project-switch-use-entire-map=t
authorDmitry Gutov <dmitry@gutov.dev>
Thu, 19 Oct 2023 22:24:56 +0000 (01:24 +0300)
committerDmitry Gutov <dmitry@gutov.dev>
Thu, 19 Oct 2023 22:24:56 +0000 (01:24 +0300)
commite170869712295a97815044a89fa4157450f1674d
treead8453fe90a7a61ff7e126836f9cf5a32916dc3e
parent4ace48f394e6c825393f9a0d58024af18a7d675b
Improve behavior with project-switch-use-entire-map=t

* lisp/progmodes/project.el (project--keymap-prompt): New function.
(project--switch-project-command): Use it when
project-switch-use-entire-map is non-nil.  Also check that CHOICE
is not a number (bug#63648).  And print incorrect inputs too.
lisp/progmodes/project.el