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:
13fd623
)
(charset-chars): New function.
author
morioka
<morioka>
Fri, 5 Jun 1998 00:28:47 +0000
(
00:28
+0000)
committer
morioka
<morioka>
Fri, 5 Jun 1998 00:28:47 +0000
(
00:28
+0000)
emu-mule.el
patch
|
blob
|
history
diff --git
a/emu-mule.el
b/emu-mule.el
index
2f0b476
..
60bfbd2
100644
(file)
--- a/
emu-mule.el
+++ b/
emu-mule.el
@@
-69,6
+69,12
@@
(defalias 'charset-columns 'char-width)
(defalias 'charset-direction 'char-direction)
+(defun charset-chars (charset)
+ "Return the number of characters per dimension of CHARSET."
+ (if (= (logand (nth 2 (character-set charset)) 1) 1)
+ 96
+ 94))
+
;;; @ coding system
;;;