projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b985e
)
Require 'cl first.
author
shuhei-k
<shuhei-k>
Fri, 19 Jun 1998 16:27:32 +0000
(16:27 +0000)
committer
shuhei-k
<shuhei-k>
Fri, 19 Jun 1998 16:27:32 +0000
(16:27 +0000)
SEMI-CFG
patch
|
blob
|
history
diff --git
a/SEMI-CFG
b/SEMI-CFG
index
ef1e605
..
ddf47c7
100644
(file)
--- a/
SEMI-CFG
+++ b/
SEMI-CFG
@@
-4,6
+4,8
@@
;;; Code:
+(require 'cl)
+
(defvar default-load-path load-path)
(add-to-list 'load-path
@@
-20,7
+22,6
@@
(condition-case nil
(require 'install)
(error (error "Please install APEL 8.7 or later.")))
-(require 'cl)
(add-path "bitmap-mule")
(add-path "flim")