From 103cc921ac8fde0020e2ff4cd4e8250664a62040 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 7 May 2002 04:48:27 +0000 Subject: [PATCH] (charset-chars): Fix typo. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 4613c25380e..ef06f533014 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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) -- 2.39.5