File: load-path.hack

package info (click to toggle)
mailcrypt 3.4-4
  • links: PTS
  • area: contrib
  • in suites: hamm
  • size: 488 kB
  • ctags: 203
  • sloc: lisp: 2,088; sh: 259; makefile: 157
file content (19 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;; Uncomment the following line and edit it appropriately if
;; your installation of VM, RMAIL, MH-E, or GNUS is not in
;; the default load-path.

;; (setq load-path (cons "/users/patl/elisp" load-path))

;; This insures that (require 'mailcrypt) will work correctly while
;; byte-compiling.

(setq load-path (cons nil load-path))

;; Make sure user is

(if (not (string-match "^19\\." emacs-version))
    (message
     (concat "\nWARNING - Mailcrypt requires version 19 of GNU Emacs.\n"
	     "Your version is:\n"
	     (emacs-version)
	     "\n")))