From: keiichi Date: Thu, 25 Mar 1999 00:12:30 +0000 (+0000) Subject: (charset-after): New function. X-Git-Tag: apel-9_16~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=22a21ecb4214afaa0b88273fe154b956d94ccada;p=elisp%2Fapel.git (charset-after): New function. --- diff --git a/poem.el b/poem.el index fabbaae..9653c82 100644 --- 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 ;;;