]> git.eshelyaron.com Git - emacs.git/commit
Add project other place commands
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 24 Jul 2020 01:55:42 +0000 (18:55 -0700)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 26 Jul 2020 23:56:50 +0000 (02:56 +0300)
commitb63c5a7efc89c23230f53a346e29e72a9b4faafc
treeac458264102335deb11e041a8e971c199377f9a2
parente3614fcc622df1cf5fbae8db9e7013f96196443c
Add project other place commands

* lisp/progmodes/project.el (project-other-window-map,
project-other-frame-map, project--other-place-command,
project-other-window-command, project-other-frame-command,
project-other-tab-command): Add these functions and maps.
* lisp/progmodes/project.el: Bind project-other-window-command to C-x
4 p, project-other-frame-command to C-x 5 p and
project-other-tab-command to C-x t p (bug#42210).
lisp/progmodes/project.el