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:
dcb892d
)
(charset-after): New function.
author
keiichi
<keiichi>
Thu, 25 Mar 1999 00:12:30 +0000
(
00:12
+0000)
committer
keiichi
<keiichi>
Thu, 25 Mar 1999 00:12:30 +0000
(
00:12
+0000)
poem.el
patch
|
blob
|
history
diff --git
a/poem.el
b/poem.el
index
fabbaae
..
9653c82
100644
(file)
--- a/
poem.el
+++ b/
poem.el
@@
-66,6
+66,13
@@
If STRING is multibyte, the result is STRING itself.
\[Emacs 20.3 emulating macro]"
string)
+(defun-maybe charset-after (&optional pos)
+ "Return charset of a character in current buffer at position POS.
+If POS is nil, it defauls to the current point.
+If POS is out of range, the value is nil.
+\[Emacs 20.3 emulating function]"
+ (char-charset (char-after pos))
+ )
;;; @ XEmacs-mule emulation
;;;