]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-ring-save): Call deactivate-mark regardless of transient-mark-mode.
authorRoland McGrath <roland@gnu.org>
Thu, 8 Jul 1993 22:42:14 +0000 (22:42 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 8 Jul 1993 22:42:14 +0000 (22:42 +0000)
lisp/simple.el

index f69efad68720f19de7821f115b509fffab40f65e..dfca44cffc6968dabe2603e9141e71a679e7456f 100644 (file)
@@ -1094,7 +1094,7 @@ system cut and paste."
              (goto-char opoint)
              ;; If user quit, deactivate the mark
              ;; as C-g would as a command.
-             (and quit-flag transient-mark-mode mark-active
+             (and quit-flag mark-active
                   (progn
                     (message "foo")    ;XXX what is this here for?  --roland
                     (deactivate-mark))))