mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
; * lisp/simple.el (kill-new): Fix a typo. (Bug#64423)
This commit is contained in:
parent
d78e670237
commit
16f3a09e8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user