Delete garbages.
[elisp/tm.git] / gnus / s-path
diff --git a/gnus/s-path b/gnus/s-path
deleted file mode 100644 (file)
index 1fcce1c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-;;; -*-Emacs-Lisp-*-
-
-(require 'tl-misc)
-
-;;;
-;;; loadpath for Gnus 5.2
-;;;
-
-;; please edit
-
-;; 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/")