From 16f3a09e8dba33b2e3d7505862e7fc99952edcae Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 15 Jul 2023 22:08:52 +0300 Subject: [PATCH] ; * lisp/simple.el (kill-new): Fix a typo. (Bug#64423) --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2