diff lisp/mouse.el @ 56171:89f3c86e4a77

(mouse-set-region-1): Set transient-mark-mode to `only'.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Jun 2004 03:16:28 +0000
parents 9070d5f984ea
children 72ec8013c5a1 4c90ffeb71c5
line wrap: on
line diff
--- a/lisp/mouse.el	Mon Jun 21 03:15:43 2004 +0000
+++ b/lisp/mouse.el	Mon Jun 21 03:16:28 2004 +0000
@@ -625,7 +625,7 @@
 
 (defun mouse-set-region-1 ()
   ;; Set transient-mark-mode for a little while.
-  (setq transient-mark-mode (or transient-mark-mode 'lambda))
+  (setq transient-mark-mode (or transient-mark-mode 'only))
   (setq mouse-last-region-beg (region-beginning))
   (setq mouse-last-region-end (region-end))
   (setq mouse-last-region-tick (buffer-modified-tick)))