projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78e670
)
; * lisp/simple.el (kill-new): Fix a typo. (Bug#64423)
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Jul 2023 19:08:52 +0000
(22:08 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Jul 2023 19:08:52 +0000
(22:08 +0300)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 65af1d02a1ef6aea86dadb02836f14c9b43b3985..86f65d9d98e4253f18ded6c8e386024591d8face 100644
(file)
--- 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