From: Eli Zaretskii Date: Sat, 16 Dec 2023 14:08:52 +0000 (+0200) Subject: ; * lisp/term.el (term--xterm-paste): Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~15^2~90 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bf4ccb0be07;p=emacs.git ; * lisp/term.el (term--xterm-paste): Fix last change. --- diff --git a/lisp/term.el b/lisp/term.el index b9f739dc8f1..2c7c1adaa77 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -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)