mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(term-terminal-menu): Don't make a self-recursive keymap.
This commit is contained in:
parent
57445e592a
commit
eee841c36e
1 changed files with 1 additions and 2 deletions
|
|
@ -523,8 +523,7 @@ Entry to this mode runs the hooks on term-mode-hook"
|
|||
'("Character mode" . term-char-mode))
|
||||
(define-key newmap [terminal-line-mode]
|
||||
'("Line mode" . term-line-mode))
|
||||
(define-key newmap [menu-bar terminal]
|
||||
(setq term-terminal-menu (cons "Terminal" newmap)))
|
||||
(setq term-terminal-menu (cons "Terminal" newmap))
|
||||
|
||||
;; completion: (line mode only)
|
||||
(defvar term-completion-menu (make-sparse-keymap "Complete"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue