]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/project.el (project--other-place-prefix): New function.
authorJuri Linkov <juri@linkov.net>
Thu, 19 Oct 2023 18:50:28 +0000 (21:50 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 19 Oct 2023 18:50:28 +0000 (21:50 +0300)
commit4ace48f394e6c825393f9a0d58024af18a7d675b
tree1ce9e0a9507de89c0a8aa54a2be285df53988ae2
parentabbd86d90ef61b5ffe72178b4d94eae314e4572c
* lisp/progmodes/project.el (project--other-place-prefix): New function.

(project-other-window-command, project-other-frame-command)
(project-other-tab-command): Use it in Emacs versions not less than 30
where other-*-prefix commands are available.
This fixes the cases such as 'C-u C-x 5 p p f TAB' from bug#65558.
lisp/progmodes/project.el