X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdgnushack.el;h=73e457f4ac245ed29325c84ec6de9ca31e4b520a;hb=e63066873a61d6b7ecb1d6319794835580cbbc4a;hp=c2b4f82908e2d220c8b81c8832621530bf1618e5;hpb=f9268fd0f1ccb795f165b849afc6c31871319faa;p=elisp%2Fgnus.git- diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index c2b4f82..73e457f 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -30,6 +30,7 @@ (require 'cl) (require 'bytecomp) +(push "~/lisp/custom" load-path) (push "." load-path) (load "./lpath.el" nil t) @@ -67,6 +68,9 @@ Modify to suit your needs.")) (condition-case () (require 'w3-forms) (error (setq files (delete "nnweb.el" (delete "nnlistserv.el" files))))) + (condition-case () + (require 'bbdb) + (error (setq files (delete "gnus-bbdb.el" files)))) (while (setq file (pop files)) (when (or (and (not xemacs) (not (member file '("gnus-xmas.el" "gnus-picon.el"