]> git.eshelyaron.com Git - emacs.git/commit
Turn project switch menu var into a public alist
authorSimen Heggestøyl <simenheg@gmail.com>
Sat, 16 May 2020 07:53:43 +0000 (09:53 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Tue, 26 May 2020 15:41:24 +0000 (17:41 +0200)
commitc6f56bd279bf466450fe9174b3b09201c844eca1
treec23d728c598f608b9ed69e6e77dd882a151274d5
parent46bb2cbd00eb29eb6bb68f2bd8e47c94365d4e25
Turn project switch menu var into a public alist

* lisp/progmodes/project.el: Require seq.
(project--switch-alist): Remove in favor of the public
'project-switch-menu'.
(project-add-switch-command): Remove; not needed now that
'project-switch-menu' is a public alist.
(project-switch-menu): New variable mapping keys to project switching
menu entries.
(project--keymap-prompt, project-switch-project): Adjust to the new
'project-switch-menu' format.
lisp/progmodes/project.el