aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-06-21 03:16:28 +0000
committerRichard M. Stallman <[email protected]>2004-06-21 03:16:28 +0000
commiteb630d4b6b23c5c989b48233881c61f31a9a7386 (patch)
tree64d1e40f73250455d4e54c5fa5ea1066ea66e089 /lisp/mouse.el
parent512bfd85dfb32d139c6be2440654f9db8e305ac5 (diff)
(mouse-set-region-1): Set transient-mark-mode to `only'.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 621b517e2f..7f9d080478 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -625,7 +625,7 @@ This should be bound to a mouse drag event."
(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)))