tm 7.105.2.
[elisp/tm.git] / gnus / g5-path
index 185b173..b3bdd29 100644 (file)
@@ -7,4 +7,15 @@
 ;;;
 
 ;; please edit
-(add-path "gnus-5.0.13/lisp")
+
+;; 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.2.10/lisp/" 'all-paths)
+
+;; It is absolute style.
+;; (add-path "/usr/local/share/emacs/site-lisp/gnus-5.2.10/lisp/")