File: load-path.hack

package info (click to toggle)
artist 1.1beta1-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 308 kB
  • ctags: 334
  • sloc: lisp: 3,369; sh: 198; makefile: 96
file content (13 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
;; This insures that (require 'artist) 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 - Artist requires version 19 of GNU Emacs.\n"
	     "Your version is:\n"
	     (emacs-version)
	     "\n")))