diff options
| author | Stefan Monnier | 2017-01-30 13:02:18 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2017-01-30 13:02:18 -0500 |
| commit | f74d496478cd57f252817bd7437fe1b7972ce01f (patch) | |
| tree | eb1bd5143378712483b35d147e2d9f8796d0eae5 /etc | |
| parent | 998e1976acc554a35cb7064b7fc7f3b323a30fe6 (diff) | |
| download | emacs-f74d496478cd57f252817bd7437fe1b7972ce01f.tar.gz emacs-f74d496478cd57f252817bd7437fe1b7972ce01f.zip | |
* lisp/subr.el (string-make-unibyte, string-make-multibyte): Obsolete.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -738,6 +738,7 @@ instead. | |||
| 738 | 738 | ||
| 739 | * Lisp Changes in Emacs 26.1 | 739 | * Lisp Changes in Emacs 26.1 |
| 740 | 740 | ||
| 741 | ** string-(to|as|make)-(uni|multi)byte are now declared obsolete. | ||
| 741 | ** New variable 'while-no-input-ignore-events' which allow | 742 | ** New variable 'while-no-input-ignore-events' which allow |
| 742 | setting which special events 'while-no-input' should ignore. | 743 | setting which special events 'while-no-input' should ignore. |
| 743 | It is a list of symbols. | 744 | It is a list of symbols. |