This commit was generated by cvs2svn to compensate for changes in r542,
[elisp/tm.git] / gnus / s-path
index a3cb498..1fcce1c 100644 (file)
@@ -3,8 +3,19 @@
 (require 'tl-misc)
 
 ;;;
-;;; loadpath for September Gnus
+;;; loadpath for Gnus 5.2
 ;;;
 
 ;; please edit
-(add-path "sgnus-0.17/lisp")
+
+;; 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 "gnus-5.2.10/lisp/" 'all-paths)
+
+;; It is absolute style.
+;; (add-path "/usr/local/share/emacs/site-lisp/gnus-5.2.10/lisp/")