]> git.eshelyaron.com Git - emacs.git/commitdiff
(browse-url-activate-urls): Add autoload.
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 16:29:22 +0000 (16:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 16:29:22 +0000 (16:29 +0000)
lisp/net/browse-url.el

index 0e31f9a399d5b4998d37ef5a954df56ffb502729..3a70bef48bb59780475e47a64d9a0a6c1f220808 100644 (file)
@@ -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,