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:
3e1c6c0
)
(char-charset): Fix typo.
author
morioka
<morioka>
Sat, 14 Nov 1998 08:21:40 +0000
(08:21 +0000)
committer
morioka
<morioka>
Sat, 14 Nov 1998 08:21:40 +0000
(08:21 +0000)
poem-ltn1.el
patch
|
blob
|
history
diff --git
a/poem-ltn1.el
b/poem-ltn1.el
index
e209974
..
be435c6
100644
(file)
--- 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))