]> git.eshelyaron.com Git - emacs.git/commit
Add project-any-command and project-prefix-or-any-command
authorDmitry Gutov <dmitry@gutov.dev>
Sun, 5 Nov 2023 00:35:25 +0000 (02:35 +0200)
committerDmitry Gutov <dmitry@gutov.dev>
Sun, 5 Nov 2023 00:41:53 +0000 (02:41 +0200)
commit41e801fea1caff57203f76693ac4f0fe1ba2df03
treebccc1a017144bf86aa601fddb7f12af23ca69fc3
parentf99a0dae7ca1c5fe5232dafd7b1290b3435ad526
Add project-any-command and project-prefix-or-any-command

* lisp/progmodes/project.el (project-any-command): New command.
(project-prefix-map): Bind it to 'o'.
(project-switch-commands): Add entry for it here too.
(project-prefix-or-any-command): New command (bug#63648).
(project-switch-commands): Update the custom type to mention
'project-prefix-or-any-command' as well.
* etc/NEWS: Document the change.
etc/NEWS
lisp/progmodes/project.el