; * lisp/term.el (term--xterm-paste): Fix last change.
This commit is contained in:
parent
0d9e2e448d
commit
bf4ccb0be0
1 changed files with 1 additions and 1 deletions
|
@ -1390,7 +1390,7 @@ Entry to this mode runs the hooks on `term-mode-hook'."
|
||||||
(interactive)
|
(interactive)
|
||||||
(term-send-raw-string (current-kill 0)))
|
(term-send-raw-string (current-kill 0)))
|
||||||
|
|
||||||
(defun term--xterm-paste ()
|
(defun term--xterm-paste (event)
|
||||||
"Insert the text pasted in an XTerm bracketed paste operation."
|
"Insert the text pasted in an XTerm bracketed paste operation."
|
||||||
(interactive "e")
|
(interactive "e")
|
||||||
(unless (eq (car-safe event) 'xterm-paste)
|
(unless (eq (car-safe event) 'xterm-paste)
|
||||||
|
|
Loading…
Add table
Reference in a new issue