diff options
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/term.el b/lisp/term.el index 585232be6c3..ca64d28d9b3 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -1107,8 +1107,6 @@ Entry to this mode runs the hooks on `term-mode-hook'." (term--reset-scroll-region) - (easy-menu-add term-terminal-menu) - (easy-menu-add term-signals-menu) (or term-input-ring (setq term-input-ring (make-ring term-input-ring-size))) (term-update-mode-line)) @@ -1293,8 +1291,6 @@ intervention from Emacs, except for the escape character (usually C-c)." (when (term-in-line-mode) (setq term-old-mode-map (current-local-map)) (use-local-map term-raw-map) - (easy-menu-add term-terminal-menu) - (easy-menu-add term-signals-menu) ;; Don't allow changes to the buffer or to point which are not ;; caused by the process filter. @@ -3550,9 +3546,6 @@ The top-most line is line 0." ;; (stop-process process)) (setq term-pager-old-local-map (current-local-map)) (use-local-map term-pager-break-map) - (easy-menu-add term-terminal-menu) - (easy-menu-add term-signals-menu) - (easy-menu-add term-pager-menu) (make-local-variable 'term-old-mode-line-format) (setq term-old-mode-line-format mode-line-format) (setq mode-line-format |