From: Richard M. Stallman Date: Mon, 20 Sep 2004 16:29:22 +0000 (+0000) Subject: (browse-url-activate-urls): Add autoload. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d7d64ea7882b79d4cb2fbc40f52e1c99824c93e;p=emacs.git (browse-url-activate-urls): Add autoload. --- diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 0e31f9a399d..3a70bef48bb 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -1303,6 +1303,7 @@ Default to the URL around or before point." (defvar browse-url-activation-alist nil "A per buffer cache of overlays that mark URLs in the buffer.") +;;;###autoload (defun browse-url-activate-urls (start end &optional face visited-face mouse-face keymap) "Activate the URLs in the region of the current buffer bracketed by START and END. This creates an overlay on each URL in the region. FACE, if provided,