aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2017-01-30 13:02:18 -0500
committerStefan Monnier2017-01-30 13:02:18 -0500
commitf74d496478cd57f252817bd7437fe1b7972ce01f (patch)
treeeb1bd5143378712483b35d147e2d9f8796d0eae5 /etc
parent998e1976acc554a35cb7064b7fc7f3b323a30fe6 (diff)
downloademacs-f74d496478cd57f252817bd7437fe1b7972ce01f.tar.gz
emacs-f74d496478cd57f252817bd7437fe1b7972ce01f.zip
* lisp/subr.el (string-make-unibyte, string-make-multibyte): Obsolete.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 12ff21f39ae..e368ff84f81 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
742setting which special events 'while-no-input' should ignore. 743setting which special events 'while-no-input' should ignore.
743It is a list of symbols. 744It is a list of symbols.