From: morioka Date: Fri, 20 Mar 1998 07:04:30 +0000 (+0000) Subject: Must set up load-path before version check codes. X-Git-Tag: semi-1_1_1~7 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=a64c0946c24fe927578d4273ed6dd0cfe68d6f3f Must set up load-path before version check codes. --- diff --git a/SEMI-CFG b/SEMI-CFG index 2880c5d..49a3ba3 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: SEMI-CFG,v 1.3 1998-03-15 12:14:30 morioka Exp $ +;;; $Id: SEMI-CFG,v 1.4 1998-03-20 07:04:30 morioka Exp $ ;;; (defvar default-load-path load-path) @@ -21,6 +21,11 @@ (error (error "Please install APEL."))) (require 'cl) +(add-path "bitmap-mule") +(add-path "mel") + +(add-to-list 'load-path (expand-file-name ".")) + (or (module-installed-p 'calist) (error "Please install latest APEL.")) (or (module-installed-p 'mel) @@ -28,11 +33,6 @@ (if (module-installed-p 'tm-view) (error "Please remove tm from load-path.")) -(add-path "bitmap-mule") -(add-path "mel") - -(add-to-list 'load-path (expand-file-name ".")) - ;;; @ Please specify optional package directory if you use them. ;;;