X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=utils%2Fwl-mailto.el;h=c6531022e06af0d1cdf2bad378761485ee961ace;hb=192762be166c1fd79c359a26d49dfdd0c132b942;hp=4c824b241311acc34fda735c9cd9b8b15f8ccc35;hpb=6a922a71b819f0c7b0d2e2435df5b0a768466c64;p=elisp%2Fwanderlust.git 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)