From: Eli Zaretskii Date: Sat, 15 Jul 2023 19:08:52 +0000 (+0300) Subject: ; * lisp/simple.el (kill-new): Fix a typo. (Bug#64423) X-Git-Tag: emacs-29.1-rc1~29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16f3a09e8dba33b2e3d7505862e7fc99952edcae;p=emacs.git ; * lisp/simple.el (kill-new): Fix a typo. (Bug#64423) --- diff --git a/lisp/simple.el b/lisp/simple.el index 65af1d02a1e..86f65d9d98e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5624,7 +5624,7 @@ argument should still be a \"useful\" string for such uses." ;; interrupt this. If they interrupt it, we want to continue ;; so we become selection owner, so this doesn't stay slow. (if (eq (window-system) 'x) - (ignore-error 'quit (funcall interprogram-paste-function)) + (ignore-error quit (funcall interprogram-paste-function)) (funcall interprogram-paste-function))))) (when interprogram-paste (setq interprogram-paste