projects
/
elisp
/
liece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3762eca
)
* liece-emacs.el: Require liece-version.
liece-2_0
author
bg66
<bg66>
Mon, 26 May 2003 00:02:30 +0000
(
00:02
+0000)
committer
bg66
<bg66>
Mon, 26 May 2003 00:02:30 +0000
(
00:02
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/liece-emacs.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
8aeb381
..
10fcaf2
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2003-05-26 OHASHI Akira <bg66@koka-in.org>
+
+ * liece-emacs.el: Require liece-version.
+
2003-05-24 Daiki Ueno <ueno@unixuser.org>
* liece-000.el (liece-handle-000-messages): Don't set liece-nickname.
diff --git
a/lisp/liece-emacs.el
b/lisp/liece-emacs.el
index
a4cf38f
..
76d5faf
100644
(file)
--- a/
lisp/liece-emacs.el
+++ b/
lisp/liece-emacs.el
@@
-33,6
+33,8
@@
(require 'liece-vars)
(require 'liece-misc))
+(require 'liece-version)
+
(eval-when-compile (ignore-errors (require 'image)))
(require 'pces)