diff options
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index f96904cc177..fc5ecbad10e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -4528,7 +4528,7 @@ run `deactivate-mark-hook'." | |||
| 4528 | ;; If another program has acquired the selection, region | 4528 | ;; If another program has acquired the selection, region |
| 4529 | ;; deactivation should not clobber it (Bug#11772). | 4529 | ;; deactivation should not clobber it (Bug#11772). |
| 4530 | ((and (/= (region-beginning) (region-end)) | 4530 | ((and (/= (region-beginning) (region-end)) |
| 4531 | (or (call-gui gui-selection-owner-p 'PRIMARY) | 4531 | (or (gui-call gui-selection-owner-p 'PRIMARY) |
| 4532 | (null (gui-selection-exists-p 'PRIMARY)))) | 4532 | (null (gui-selection-exists-p 'PRIMARY)))) |
| 4533 | (gui-set-selection 'PRIMARY | 4533 | (gui-set-selection 'PRIMARY |
| 4534 | (funcall region-extract-function nil))))) | 4534 | (funcall region-extract-function nil))))) |