From: morioka Date: Sat, 14 Nov 1998 08:21:40 +0000 (+0000) Subject: (char-charset): Fix typo. X-Git-Tag: apel-9_11~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ef16a11db8ad18e9534208d01cae8943b9efa16d;p=elisp%2Fapel.git (char-charset): Fix typo. --- diff --git a/poem-ltn1.el b/poem-ltn1.el index e209974..be435c6 100644 --- a/poem-ltn1.el +++ b/poem-ltn1.el @@ -162,7 +162,7 @@ code conversion will not take place." (defun char-charset (char) "Return the character set of char CHAR." - (if (< chr 128) + (if (< char 128) 'ascii 'latin-iso8859-1))