changeset 88143:98286f19a872

(browse-url-activate-urls): Add autoload.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Sep 2004 16:29:22 +0000
parents d0cc7165afcf
children 9c50ab53e31f
files lisp/net/browse-url.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,