X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=utils%2Fwl-mailto.el;h=ab95f8582ece0cb45b6f5d5d702a30829aee4e3b;hb=216c0a2f61e3dce4f58b91deac1ed72c126249ce;hp=c6531022e06af0d1cdf2bad378761485ee961ace;hpb=3b7b3412f5f6b7d7a8c5be22bb3469e19d6f9608;p=elisp%2Fwanderlust.git diff --git a/utils/wl-mailto.el b/utils/wl-mailto.el index c653102..ab95f85 100644 --- a/utils/wl-mailto.el +++ b/utils/wl-mailto.el @@ -90,7 +90,7 @@ ;; yucky compatibility stuff -- someone help me w/ this, please... (if (and (string-match "^XEmacs \\([0-9.]+\\)" (emacs-version)) - (< (string-to-int (match-string 1 (emacs-version))) 21)) + (< (string-to-number (match-string 1 (emacs-version))) 21)) ;; for xemacs versions less than 21, use browse-url.el (progn (require 'browse-url)