+2002-01-07 Kenichi OKADA <okada@opaopa.org>
+
+ * wl-mailto.el (wl-mailto-url-at-point): defun at compile time.
+
2001-12-12 Yuuichi Teranishi <teranisi@gohome.org>
* bbdb-wl.el (bbdb-wl-setup): Added autoload magic.
;; required elisp packages:
;;
;; -wl (>= 0.9.6?)
-;;
+;;
;; -rfc2368.el
;; -thingatpt.el or browse-url.el
;;
;; 1999-06-11:
;;
;; fixed a typo
-;;
+;;
;; 0.4
;;
;; 1999-06-01:
;; how should we handle the dependecy on wl?
;; will this work?
(eval-when-compile
- (require 'wl))
+ (require 'wl)
+ (defun wl-mailto-url-at-point ()))
+
;; use rfc2368 support -- should be usable for things other than wl too
(require 'rfc2368)