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:
parent
663320a4ff
commit
b591e71788
1 changed files with 9 additions and 0 deletions
9
etc/NEWS
9
etc/NEWS
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue