*** empty log message ***
[gnus] / lisp / dgnushack.el
index 5bb86de..a03b1f6 100644 (file)
@@ -30,9 +30,9 @@
 
 (require 'cl)
 (require 'bytecomp)
-(push "." load-path)
 (push "~/lisp/custom" load-path)
-(require 'lpath)
+(push "." load-path)
+(load "./lpath.el")
 
 (defalias 'device-sound-enabled-p 'ignore)
 (defalias 'play-sound-file 'ignore)
@@ -67,12 +67,14 @@ Modify to suit your needs."))
        file elc)
     (condition-case ()
        (require 'w3-forms)
-      (error (setq files (delete "nnweb.el" files))))
+      (error (setq files (delete "nnweb.el" (delete "nnlistserv.el" files)))))
     (while (setq file (pop files))
-      (when (or (not (member file '("gnus-xmas.el" "gnus-picon.el"
-                                   "messagexmas.el" "nnheaderxm.el"
-                                   "smiley.el" "x-overlay.el")))
-               xemacs)
+      (when (or (and (not xemacs)
+                    (not (member file '("gnus-xmas.el" "gnus-picon.el"
+                                        "messagexmas.el" "nnheaderxm.el"
+                                        "smiley.el" "x-overlay.el"))))
+               (and xemacs
+                    (not (member file '("md5.el")))))
        (when (or (not (file-exists-p (setq elc (concat file "c"))))
                  (file-newer-than-file-p file elc))
          (ignore-errors