diff options
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 8c83f5e8f97..db9f13b2e6c 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -551,7 +551,7 @@ non-nil means move point to beginning of region." :type '(choice (const :tag "Don't move point" nil) (const :tag "Move point to beginning of region" t)) :group 'mouse - :version "25.2") + :version "26.1") (defun mouse-set-point (event &optional promote-to-region) "Move point to the position clicked on with the mouse. |