tm 7.69.
[elisp/tm.git] / gnus / g5-path
1 ;;; -*-Emacs-Lisp-*-
2
3 (require 'tl-misc)
4
5 ;;;
6 ;;; loadpath for Gnus 5.*
7 ;;;
8
9 ;; please edit
10
11 ;; It is for latest Gnus.
12 (let ((path (get-latest-path "gnus-5")))
13   (if path
14       (add-path (expand-file-name "lisp/" path))
15     ))
16
17 ;; It is relative style. Added path is searched from load-path.
18 ;; (add-path "gnus-5.2.10/lisp/" 'all-paths)
19
20 ;; It is absolute style.
21 ;; (add-path "/usr/local/share/emacs/site-lisp/gnus-5.2.10/lisp/")