#f(compiled-function (event &optional promote-to-region) "Move point to the position clicked on with the mouse.\nThis should be bound to a mouse click event type.\nIf PROMOTE-TO-REGION is non-nil and event is a multiple-click, select\nthe corresponding element around point, with the resulting position of\npoint determined by `mouse-select-region-move-to-beginning'." (interactive "e\np") #<bytecode 0x97b9ce0f73431c>)()
apply(#f(compiled-function (event &optional promote-to-region) "Move point to the position clicked on with the mouse.\nThis should be bound to a mouse click event type.\nIf PROMOTE-TO-REGION is non-nil and event is a multiple-click, select\nthe corresponding element around point, with the resulting position of\npoint determined by `mouse-select-region-move-to-beginning'." (interactive "e\np") #<bytecode 0x97b9ce0f73431c>) nil)
mouse-set-point()
funcall-interactively(mouse-set-point)
command-execute(mouse-set-point)