emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 16f3a09e8db: ; * lisp/simple.el (kill-new): Fix a typo. (Bug#6


From: Eli Zaretskii
Subject: emacs-29 16f3a09e8db: ; * lisp/simple.el (kill-new): Fix a typo. (Bug#64423)
Date: Sat, 15 Jul 2023 15:08:54 -0400 (EDT)

branch: emacs-29
commit 16f3a09e8dba33b2e3d7505862e7fc99952edcae
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]