tm 7.52.2.
[elisp/tm.git] / gnus / s-path
index 02dbc04..d9c3c53 100644 (file)
@@ -9,7 +9,10 @@
 ;; please edit
 
 ;; It is for latest September Gnus.
-(add-path (expand-file-name "lisp/" (get-latest-path "sgnus")))
+(let ((path (get-latest-path "sgnus")))
+  (if path
+      (add-path (expand-file-name "lisp/" path))
+    ))
 
 ;; It is relative style. Added path is searched from load-path.
 ;; (add-path "sgnus-0.69/lisp/" 'all-paths)