tm 7.50.
[elisp/tm.git] / gnus / s-path
index 1500eb5..02dbc04 100644 (file)
@@ -7,4 +7,12 @@
 ;;;
 
 ;; please edit
-(add-path "sgnus-0.25/lisp" 'all-paths)
+
+;; It is for latest September Gnus.
+(add-path (expand-file-name "lisp/" (get-latest-path "sgnus")))
+
+;; It is relative style. Added path is searched from load-path.
+;; (add-path "sgnus-0.69/lisp/" 'all-paths)
+
+;; It is absolute style.
+;; (add-path "/usr/local/share/emacs/site-lisp/sgnus/lisp/")