X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdgnushack.el;h=e8a371c1a281b52ab869aa2a46c438c074f7f3f6;hb=36bd162f4f7cd40453b8683e796730836c352b2a;hp=1f515ba3a33dc516c3f1b28c110f3611dd850bc9;hpb=68c1598d616ad10f0aa1bbfa2f6734b4d3b52a11;p=elisp%2Fgnus.git- diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 1f515ba..e8a371c 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -440,10 +440,10 @@ Try to re-configure with --with-addpath=FLIM_PATH and run make again. (progn (require 'shimbun) nil) (error '("nnshimbun.el"))) (unless (or (condition-case code - (require 'w3-forms) + (require 'w3-parse) (error (message "No w3: %s %s retrying..." code - (locate-library "w3-forms")) + (locate-library "w3-parse")) nil)) ;; Maybe mis-configured Makefile is used (e.g. ;; configured for FSFmacs but XEmacs is running). @@ -451,20 +451,18 @@ Try to re-configure with --with-addpath=FLIM_PATH and run make again. (copy-sequence load-path)))) (if (let ((load-path lp)) (condition-case nil - (require 'w3-forms) + (require 'w3-parse) (error nil))) ;; If success, fix `load-path' for compiling. (progn (setq load-path lp) (message " => fixed; W3DIR=%s" (file-name-directory - (locate-library "w3-forms"))) + (locate-library "w3-parse"))) t) (message " => ignored") nil))) - '("nnweb.el" "nnlistserv.el" "nnultimate.el" - "nnslashdot.el" "nnwarchive.el" "webmail.el" - "nnwfm.el" "nnrss.el")) + '("nnultimate.el" "webmail.el" "nnwfm.el")) (condition-case code (progn (require 'mh-e) nil) (error