]> code.delx.au - gnu-emacs/commit
Allow selecting region with mouse to move point to beginning
authorStephen Berman <stephen.berman@gmx.net>
Fri, 8 Jul 2016 15:36:55 +0000 (17:36 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Fri, 8 Jul 2016 15:36:55 +0000 (17:36 +0200)
commitd0c0b71d889ff223d2e5073b733f4047d541343b
tree30536c1fa00c205a6f462e628c99e313601ee4d2
parent381c6bbfb3eaa69ece0fce8dd92ccd3a1ef2729f
Allow selecting region with mouse to move point to beginning

* etc/NEWS: Mention new user option
`mouse-select-region-move-to-beginning'.

* doc/emacs/frames.texi (Mouse Commands): Add cross-reference
to the following.
(Word and Line Mouse): Describe how double-clicking mouse-1 to
activate region and `mouse-select-region-move-to-beginning'
affect point.

* lisp/mouse.el (mouse-select-region-move-to-beginning): New defcustom.
(mouse-set-point): Use it.  (Bug#23478)
doc/emacs/frames.texi
etc/NEWS
lisp/mouse.el