From: okada Date: Mon, 7 Jan 2002 06:41:42 +0000 (+0000) Subject: * wl-mailto.el (wl-mailto-url-at-point): defun at compile time. X-Git-Tag: wl-2_9_5~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3b7b3412f5f6b7d7a8c5be22bb3469e19d6f9608;p=elisp%2Fwanderlust.git * wl-mailto.el (wl-mailto-url-at-point): defun at compile time. --- diff --git a/utils/ChangeLog b/utils/ChangeLog index 397a19a..ea78cbd 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,7 @@ +2002-01-07 Kenichi OKADA + + * wl-mailto.el (wl-mailto-url-at-point): defun at compile time. + 2001-12-12 Yuuichi Teranishi * bbdb-wl.el (bbdb-wl-setup): Added autoload magic. diff --git a/utils/wl-mailto.el b/utils/wl-mailto.el index 4c824b2..c653102 100644 --- a/utils/wl-mailto.el +++ b/utils/wl-mailto.el @@ -14,7 +14,7 @@ ;; required elisp packages: ;; ;; -wl (>= 0.9.6?) -;; +;; ;; -rfc2368.el ;; -thingatpt.el or browse-url.el ;; @@ -63,7 +63,7 @@ ;; 1999-06-11: ;; ;; fixed a typo -;; +;; ;; 0.4 ;; ;; 1999-06-01: @@ -81,7 +81,9 @@ ;; 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)