Mercurial > emacs
changeset 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 | b3821f47a6d4 |
children | e9132cd92733 |
files | lisp/mouse.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)))