]> git.eshelyaron.com Git - emacs.git/commitdiff
(charset-chars): Fix typo.
authorKenichi Handa <handa@m17n.org>
Tue, 7 May 2002 04:48:27 +0000 (04:48 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 7 May 2002 04:48:27 +0000 (04:48 +0000)
lisp/international/mule.el

index 4613c25380ec6f7aec7a7b22a22cbb452e90391d..ef06f533014016b970eb9567063261819e2bb591 100644 (file)
@@ -289,7 +289,7 @@ It can be retrieved with `(get-charset-property CHARSET PROPNAME)'."
 
 (defun charset-chars (charset)
   "Return character numbers contained in a dimension of CHARSET."
-  (let ((code-space (plist-get (cahrset-plist charset) :code-space)))
+  (let ((code-space (plist-get (charset-plist charset) :code-space)))
     (1+ (- (aref code-space 1) (aref code-space 0)))))
 
 (defun charset-iso-final-char (charset)