+2001-10-20 Kim F. Storm <storm@cua.dk>
+
+ * simple.el (kill-ring-save): Don't show extent of copied region
+ if using transient-mark-mode and region is fully visible.
+
2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
* files.el (auto-mode-alist): Associate .indent.pro with
;; look like a C-g typed as a command.
(inhibit-quit t))
(if (pos-visible-in-window-p other-end (selected-window))
- (progn
+ (unless transient-mark-mode
;; Swap point and mark.
(set-marker (mark-marker) (point) (current-buffer))
(goto-char other-end)