tm 7.99.
[elisp/tm.git] / gnus / s-path
index 4e76350..1fcce1c 100644 (file)
@@ -3,13 +3,19 @@
 (require 'tl-misc)
 
 ;;;
-;;; loadpath for September Gnus
+;;; loadpath for Gnus 5.2
 ;;;
 
 ;; please edit
 
+;; It is for latest September Gnus.
+(let ((path (get-latest-path "gnus-5.2")))
+  (if path
+      (add-path (expand-file-name "lisp/" path))
+    ))
+
 ;; It is relative style. Added path is searched from load-path.
-(add-path "sgnus-0.43/lisp/" 'all-paths)
+;; (add-path "gnus-5.2.10/lisp/" 'all-paths)
 
 ;; It is absolute style.
-;; (add-path "/usr/local/share/emacs/site-lisp/sgnus/lisp/")
+;; (add-path "/usr/local/share/emacs/site-lisp/gnus-5.2.10/lisp/")