From: Richard M. Stallman Date: Mon, 21 Jun 2004 03:16:28 +0000 (+0000) Subject: (mouse-set-region-1): Set transient-mark-mode to `only'. X-Git-Tag: ttn-vms-21-2-B4~5706 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb630d4b6b23c5c989b48233881c61f31a9a7386;p=emacs.git (mouse-set-region-1): Set transient-mark-mode to `only'. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index 621b517e2fe..7f9d080478a 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)))