]> git.eshelyaron.com Git - emacs.git/commit
Support calling 'project-current' with custom prompt
authorDmitry Gutov <dmitry@gutov.dev>
Mon, 7 Oct 2024 23:03:04 +0000 (02:03 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 14 Oct 2024 17:33:05 +0000 (19:33 +0200)
commit48050fdb4bb190be141fd006ec34c04dfc0c288d
treec8fa2e06e45d915bf04effdbef98cb126012971a
parent1634cc0add4775811826e63b0a602acba72b4f69
Support calling 'project-current' with custom prompt

* lisp/progmodes/project.el (project-current): Treat being passed
a string in the MAYBE-CURRENT argument specially (bug#70833).
(project-prompt-project-dir, project-prompt-project-name):
Handle it.

* etc/NEWS: Mention that change.

(cherry picked from commit 9904376c797665de47ff760bcf8c2fe33d7ae625)
etc/NEWS
lisp/minibuffer.el
lisp/progmodes/project.el