aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 98814ba2593..76577697fca 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3869,6 +3869,15 @@ handle these events.
3869** A hex or octal escape in a string constant forces the string to 3869** A hex or octal escape in a string constant forces the string to
3870be multibyte or unibyte, respectively. 3870be multibyte or unibyte, respectively.
3871 3871
3872+++
3873** The explicit method of creating a display table element by
3874combining a face number and a character code into a numeric
3875glyph code is deprecated.
3876
3877Instead, the new functions `make-glyph-code', `glyph-char', and
3878`glyph-face' must be used to create and decode glyph codes in
3879display tables.
3880
3872 3881
3873* Lisp Changes in Emacs 22.1 3882* Lisp Changes in Emacs 22.1
3874 3883