tm 7.105.2.
[elisp/tm.git] / gnus / g3-path
index 62523cc..8ba54fe 100644 (file)
@@ -1,20 +1,10 @@
 ;;; -*-Emacs-Lisp-*-
 
 ;;;
-;;; loadpath for GNUS 3
+;;; loadpath for GNUS 3.*
 ;;;
-(setq load-path
-      (append
-       (mapcar (function
-               (lambda (path)
-                 (expand-file-name path (getenv "PWD"))
-                 ))
-              '("." ".." "../../tl/" "../../mel/"))
-       ;;
-       ;; additional path
-       ;;
-       ;; please edit this
-       ;;
-       ;;'("/usr/local/lib/emacs/local.lisp/gnus-3.14.4")
-       ;;
-       load-path))
+
+(require 'tl-misc)
+
+;; please edit
+(add-path "gnus-3.14.4" 'all-paths)