]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/term.el (term--xterm-paste): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Dec 2023 14:08:52 +0000 (16:08 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 16 Dec 2023 19:16:51 +0000 (20:16 +0100)
(cherry picked from commit bf4ccb0be076d8b65498c56dedf0eee17cb3c24c)

lisp/term.el

index 7507f8ed806433f625373b634d23811789125cc8..d75a7d22aed00d1ef1e183397647ef728839a571 100644 (file)
@@ -1393,7 +1393,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)