;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Version:
-;; $Id: mime-text.el,v 0.6 1997-02-25 07:35:02 tmorioka Exp $
+;; $Id: mime-text.el,v 0.7 1997-02-25 07:37:40 tmorioka Exp $
;; Keywords: text, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
;;; @ for URL
;;;
+(require 'browse-url)
+
(defvar mime-text-url-regexp
"\\(http\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]"
"*Regexp to match URL in text/plain body.")
-(defvar browse-url-browser-function nil)
-
(defun tm:browse-url (&optional url)
(if (fboundp browse-url-browser-function)
(if url