* wl-mailto.el (wl-mailto-url-at-point): defun at compile time.
authorokada <okada>
Mon, 7 Jan 2002 06:41:42 +0000 (06:41 +0000)
committerokada <okada>
Mon, 7 Jan 2002 06:41:42 +0000 (06:41 +0000)
utils/ChangeLog
utils/wl-mailto.el

index 397a19a..ea78cbd 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 4c824b2..c653102 100644 (file)
@@ -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)