Function: bug-reference--url-at-point
bug-reference--url-at-point is a byte-compiled function defined in
bug-reference.el.gz.
Signature
(bug-reference--url-at-point)
Documentation
thing-at-point provider function.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/bug-reference.el.gz
(defun bug-reference--url-at-point ()
"`thing-at-point' provider function."
(thing-at-point-for-char-property 'bug-reference-url))