mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(browse-url-url-at-point): Add autoload.
This commit is contained in:
parent
6b3600ffb8
commit
6be44fbf5d
1 changed files with 1 additions and 0 deletions
|
|
@ -575,6 +575,7 @@ down (this *won't* always work)."
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; URL input
|
||||
|
||||
;;;###autoload
|
||||
(defun browse-url-url-at-point ()
|
||||
(let ((url (thing-at-point 'url)))
|
||||
(set-text-properties 0 (length url) nil url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue