; * lisp/simple.el (kill-new): Fix a typo. (Bug#64423)
This commit is contained in:
parent
d78e670237
commit
16f3a09e8d
1 changed files with 1 additions and 1 deletions
|
@ -5624,7 +5624,7 @@ argument should still be a \"useful\" string for such uses."
|
||||||
;; interrupt this. If they interrupt it, we want to continue
|
;; interrupt this. If they interrupt it, we want to continue
|
||||||
;; so we become selection owner, so this doesn't stay slow.
|
;; so we become selection owner, so this doesn't stay slow.
|
||||||
(if (eq (window-system) 'x)
|
(if (eq (window-system) 'x)
|
||||||
(ignore-error 'quit (funcall interprogram-paste-function))
|
(ignore-error quit (funcall interprogram-paste-function))
|
||||||
(funcall interprogram-paste-function)))))
|
(funcall interprogram-paste-function)))))
|
||||||
(when interprogram-paste
|
(when interprogram-paste
|
||||||
(setq interprogram-paste
|
(setq interprogram-paste
|
||||||
|
|
Loading…
Add table
Reference in a new issue