# HG changeset patch # User Richard M. Stallman # Date 1095697762 0 # Node ID 98286f19a872a4a0c175c74a4cdf08923a706956 # Parent d0cc7165afcf328f43059185eafedf3d9526f2c6 (browse-url-activate-urls): Add autoload. diff -r d0cc7165afcf -r 98286f19a872 lisp/net/browse-url.el --- a/lisp/net/browse-url.el Mon Sep 20 16:28:51 2004 +0000 +++ b/lisp/net/browse-url.el Mon Sep 20 16:29:22 2004 +0000 @@ -1303,6 +1303,7 @@ (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,