[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

autoload of w3m-remove-image ?



多分、昔のコードの名残だと思うのですが、以下の w3m-remove-image() 用の 
autoload は余分ではないでしょうか?
Index: w3m.el
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/w3m.el,v
retrieving revision 1.448.2.34
diff -u -u -r1.448.2.34 w3m.el
--- w3m.el	2001/11/08 02:52:38	1.448.2.34
+++ w3m.el	2001/11/08 03:40:15
@@ -125,10 +125,7 @@
 
 ;; Avoid byte-compile warnings.
 (eval-when-compile
-  (autoload 'rfc2368-parse-mailto-url "rfc2368")
-  (autoload 'w3m-remove-image (if (featurep 'xemacs)
-				  "w3m-xmas"
-				"w3m-e21")))
+  (autoload 'rfc2368-parse-mailto-url "rfc2368"))
 
 (defconst emacs-w3m-version "1.2.1rc1"
   "Version number of this package.")
手元で、Emacs21 / XEmacs21.4 で試した限りでは、byte-compile warning は
出なかったのですが。

-- 
土屋 雅稔  ( TSUCHIYA Masatoshi )

<言い訳>
byte-compile warning の問題は良く分かっていないのです。先日も、CCL 周
りを独立のファイル w3m-mule.el に追い出そうとしたら、warning の嵐を解
消できず、結局あきらめてしまいました。
</言い訳>