tm 7.69.
[elisp/tm.git] / gnus / g5-path
index 89ac1ec..b3bdd29 100644 (file)
@@ -8,8 +8,14 @@
 
 ;; please edit
 
+;; It is for latest Gnus.
+(let ((path (get-latest-path "gnus-5")))
+  (if path
+      (add-path (expand-file-name "lisp/" path))
+    ))
+
 ;; It is relative style. Added path is searched from load-path.
-(add-path "gnus-5.0.15/lisp" 'all-paths)
+;; (add-path "gnus-5.2.10/lisp/" 'all-paths)
 
 ;; It is absolute style.
-;; (add-path "/usr/local/share/emacs/site-lisp/gnus/lisp/")
+;; (add-path "/usr/local/share/emacs/site-lisp/gnus-5.2.10/lisp/")