(char-charset): Fix typo.
authormorioka <morioka>
Sat, 14 Nov 1998 08:21:40 +0000 (08:21 +0000)
committermorioka <morioka>
Sat, 14 Nov 1998 08:21:40 +0000 (08:21 +0000)
poem-ltn1.el

index e209974..be435c6 100644 (file)
@@ -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))