From e4e593ae57292725cebc42c869f6fa0c27488770 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 Jul 1993 22:42:14 +0000 Subject: [PATCH] (kill-ring-save): Call deactivate-mark regardless of transient-mark-mode. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index f69efad6872..dfca44cffc6 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)))) -- 2.39.5