From: morioka Date: Thu, 17 Sep 1998 15:55:06 +0000 (+0000) Subject: Fix typo. X-Git-Tag: poe-199811302358~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2b1635ff09cd3f1f74011c48b07ada6943d6eaae;p=elisp%2Fapel.git Fix typo. --- diff --git a/mcharset.el b/mcharset.el index cc499b6..5ce2108 100644 --- 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 --- a/poem.el +++ b/poem.el @@ -43,7 +43,7 @@ (require 'poem-nemacs) ) (t - (require 'poem-latin1) + (require 'poem-ltn1) ))