mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 15:21:46 +00:00
; * lisp/term.el (term--xterm-paste): Fix last change.
This commit is contained in:
parent
0d9e2e448d
commit
bf4ccb0be0
@ -1390,7 +1390,7 @@ Entry to this mode runs the hooks on `term-mode-hook'."
|
||||
(interactive)
|
||||
(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."
|
||||
(interactive "e")
|
||||
(unless (eq (car-safe event) 'xterm-paste)
|
||||
|
Loading…
Reference in New Issue
Block a user