]> git.eshelyaron.com Git - emacs.git/commit
term--update-term-menu: Add the menu to term-terminal-menu
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 1 Dec 2022 22:14:28 +0000 (15:14 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Thu, 1 Dec 2022 22:14:42 +0000 (15:14 -0700)
commit03a40b974c47f99c7d7fb00638b2c8371ede7af4
treec1d9b7663484c2c94c3a7a571e60b90b76602965
parent368c7c7d8e4291bbfd5d9071333990645fb73254
term--update-term-menu: Add the menu to term-terminal-menu

Reading bug#5641, the intention was to add this to the existing
"Terminal" menu for term-mode buffers, not to the local keymaps of all
other buffers.  Moreover, the existing code signaled errors when
switching to buffers with no local keymap, such as term-mode buffers
whose processes have died.

* lisp/term.el (term--update-term-menu): Add the menu to
term-terminal-menu, instead of implicitly trying to add it to every
local keymap.
lisp/term.el