Function: strokes-xpm-decode-char
strokes-xpm-decode-char is a byte-compiled function defined in
strokes.el.gz.
Signature
(strokes-xpm-decode-char CHARACTER)
Documentation
Given a CHARACTER, do a fast lookup to find its corresponding integer value.
Source Code
;; Defined in /usr/src/emacs/lisp/strokes.el.gz
(defsubst strokes-xpm-decode-char (character)
"Given a CHARACTER, do a fast lookup to find its corresponding integer value."
(aref strokes-char-table character))