From e5cdb5ce7d4ad96b7cd5ca7888e34076b9267eee Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Wed, 2 Nov 2016 21:17:48 -0700 Subject: Revert "Disable bracketed paste in a terminal in char mode" This change causes regressions, and besides, disabling BPM frame-wide for the sake of one buffer is the wrong solution. This reverts commit cf566b46a6cf85c6d54d0b0db80e32ed6ae8d1ca. --- lisp/term.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lisp/term.el') diff --git a/lisp/term.el b/lisp/term.el index 5177ab4b921..c067254f414 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -1247,11 +1247,6 @@ intervention from Emacs, except for the escape character (usually C-c)." (end-of-line) (term-send-input)) (setq term-input-sender save-input-sender)))) - - ;; Turn off XTerm bracketed paste (Bug#24639). - (when (fboundp 'xterm-inhibit-bracketed-paste-mode) - (xterm-inhibit-bracketed-paste-mode)) - (term-update-mode-line))) (defun term-line-mode () @@ -1261,8 +1256,6 @@ you type \\[term-send-input] which sends the current line to the inferior." (interactive) (when (term-in-char-mode) (use-local-map term-old-mode-map) - (when (fboundp 'xterm-inhibit-bracketed-paste-mode) - (xterm-inhibit-bracketed-paste-mode 0)) (term-update-mode-line))) (defun term-update-mode-line () -- cgit v1.2.1