File: load-path.hack

package info (click to toggle)
artist 1.2.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 332 kB
  • ctags: 338
  • sloc: lisp: 3,755; sh: 198; makefile: 95
file content (14 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; This insures that (require 'artist) will work correctly while
;; byte-compiling.

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

;; Make sure user is

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