tm 6.74.
[elisp/tm.git] / gnus / g4-path
1 ;;; -*-Emacs-Lisp-*-
2
3 ;;;
4 ;;; loadpath for GNUS 4
5 ;;;
6 (setq load-path
7       (append
8        (mapcar (function
9                 (lambda (path)
10                   (expand-file-name path (getenv "PWD"))
11                   ))
12                '("." ".." "../../tl/" "../../mel/"))
13        ;;
14        ;; additional path
15        ;;
16        ;; please edit this
17        ;;
18        ;;'("/usr/local/lib/emacs/local.lisp/gnus-4.1/lisp")
19        ;;
20        load-path))