projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23e49d2
)
Fix typo.
author
morioka
<morioka>
Thu, 17 Sep 1998 15:55:06 +0000
(15:55 +0000)
committer
morioka
<morioka>
Thu, 17 Sep 1998 15:55:06 +0000
(15:55 +0000)
mcharset.el
patch
|
blob
|
history
poem.el
patch
|
blob
|
history
diff --git
a/mcharset.el
b/mcharset.el
index
cc499b6
..
5ce2108
100644
(file)
--- a/
mcharset.el
+++ b/
mcharset.el
@@
-43,7
+43,7
@@
(require 'mcs-nemacs)
)
(t
- (require 'mcs-latin1)
+ (require 'mcs-ltn1)
))
diff --git
a/poem.el
b/poem.el
index
13d219f
..
01dad14
100644
(file)
--- a/
poem.el
+++ b/
poem.el
@@
-43,7
+43,7
@@
(require 'poem-nemacs)
)
(t
- (require 'poem-latin1)
+ (require 'poem-ltn1)
))