From 2d7d64ea7882b79d4cb2fbc40f52e1c99824c93e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 20 Sep 2004 16:29:22 +0000 Subject: [PATCH] (browse-url-activate-urls): Add autoload. --- lisp/net/browse-url.el | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.2