;;; -*-Emacs-Lisp-*-

(require 'tl-misc)

;;;
;;; loadpath for Gnus 5.*
;;;

;; please edit

;; 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/")
