Function: hmouse-goto-release-point

hmouse-goto-release-point is a byte-compiled function defined in hui-window.el.

Signature

(hmouse-goto-release-point)

Documentation

Temporarily set point to where the last Smart Key was released.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defun hmouse-goto-release-point ()
  "Temporarily set point to where the last Smart Key was released."
  (let ((buf (window-buffer (if assist-flag assist-key-release-window action-key-release-window)))
	(loc (smart-point-of-coords (if assist-flag assist-key-release-args action-key-release-args))))
    (hmouse-set-buffer-and-point buf loc)))