]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (deactivate-mark): Fix typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Oct 2014 12:44:48 +0000 (08:44 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Oct 2014 12:44:48 +0000 (08:44 -0400)
lisp/simple.el

index f96904cc177e4e0211ce19eb8fe468e5003189a5..fc5ecbad10ecf9aab0267843345a1b309b33ebc0 100644 (file)
@@ -4528,7 +4528,7 @@ run `deactivate-mark-hook'."
            ;; 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)))))