mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
(charset-chars): Fix typo.
This commit is contained in:
parent
67f7cceccb
commit
103cc921ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue