Function: goto-address--button-action

goto-address--button-action is a byte-compiled function defined in goto-addr.el.gz.

Signature

(goto-address--button-action BUTTON)

Documentation

Open the URL represented by BUTTON.

Source Code

;; Defined in /usr/src/emacs/lisp/net/goto-addr.el.gz
(defun goto-address--button-action (button)
  "Open the URL represented by BUTTON."
  (save-excursion
    (goto-char (overlay-start button))
    (goto-address-at-point)))