diff options
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -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 |
| 3870 | be multibyte or unibyte, respectively. | 3870 | be multibyte or unibyte, respectively. |
| 3871 | 3871 | ||
| 3872 | +++ | ||
| 3873 | ** The explicit method of creating a display table element by | ||
| 3874 | combining a face number and a character code into a numeric | ||
| 3875 | glyph code is deprecated. | ||
| 3876 | |||
| 3877 | Instead, the new functions `make-glyph-code', `glyph-char', and | ||
| 3878 | `glyph-face' must be used to create and decode glyph codes in | ||
| 3879 | display tables. | ||
| 3880 | |||
| 3872 | 3881 | ||
| 3873 | * Lisp Changes in Emacs 22.1 | 3882 | * Lisp Changes in Emacs 22.1 |
| 3874 | 3883 | ||