1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

Add make-glyph-code etc.

This commit is contained in:
Kim F. Storm 2007-02-14 11:32:36 +00:00
parent 663320a4ff
commit b591e71788

View file

@ -3869,6 +3869,15 @@ handle these events.
** A hex or octal escape in a string constant forces the string to
be multibyte or unibyte, respectively.
+++
** The explicit method of creating a display table element by
combining a face number and a character code into a numeric
glyph code is deprecated.
Instead, the new functions `make-glyph-code', `glyph-char', and
`glyph-face' must be used to create and decode glyph codes in
display tables.
* Lisp Changes in Emacs 22.1