changeset 4044:ad0643aa3ebf

(kill-ring-save): Call deactivate-mark regardless of transient-mark-mode.
author Roland McGrath <roland@gnu.org>
date Thu, 08 Jul 1993 22:42:14 +0000
parents 6228decc1353
children a37868b332ac
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Thu Jul 08 22:38:59 1993 +0000
+++ b/lisp/simple.el	Thu Jul 08 22:42:14 1993 +0000
@@ -1094,7 +1094,7 @@
 	      (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))))