emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118011: * simple.el (deactivate-mark): Fix typo.


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r118011: * simple.el (deactivate-mark): Fix typo.
Date: Thu, 02 Oct 2014 12:44:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118011
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Thu 2014-10-02 08:44:48 -0400
message:
  * simple.el (deactivate-mark): Fix typo.
modified:
  lisp/simple.el                 simple.el-20091113204419-o5vbwnq5f7feedwu-403
=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2014-10-02 03:19:32 +0000
+++ b/lisp/simple.el    2014-10-02 12:44:48 +0000
@@ -4528,7 +4528,7 @@
            ;; If another program has acquired the selection, region
            ;; deactivation should not clobber it (Bug#11772).
            ((and (/= (region-beginning) (region-end))
-                 (or (call-gui gui-selection-owner-p 'PRIMARY)
+                 (or (gui-call gui-selection-owner-p 'PRIMARY)
                      (null (gui-selection-exists-p 'PRIMARY))))
             (gui-set-selection 'PRIMARY
                                 (funcall region-extract-function nil)))))


reply via email to

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