aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2018-06-02 13:04:15 +0300
committerEli Zaretskii2018-06-02 13:04:15 +0300
commit4a7e74fea687011ee81dcbb02294bccd99b3a05f (patch)
tree05b3fb5d79c96abd6c5cc301288702e4deef139f /etc
parent9ac76456eb104f749aa9c60b99c68a649214efc6 (diff)
downloademacs-4a7e74fea687011ee81dcbb02294bccd99b3a05f.tar.gz
emacs-4a7e74fea687011ee81dcbb02294bccd99b3a05f.zip
Un-obsolete 'string-to-unibyte'
* lisp/subr.el (string-to-unibyte): No longer obsolete. See the emacs-devel discussion around this message: http://lists.gnu.org/archive/html/emacs-devel/2018-05/msg00656.html. * etc/NEWS: Announce the change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bd25f43ad06..1b324986d94 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -670,6 +670,13 @@ loading messages if requested, and protects against recursive loads.
670The history of variable names read by 'read-variable' is recorded in 670The history of variable names read by 'read-variable' is recorded in
671the new variable 'custom-variable-history'. 671the new variable 'custom-variable-history'.
672 672
673---
674** The function 'string-to-unibyte' is no longer declared obsolete.
675We have found that there are legitimate use cases for this function,
676where there's no better alternative. We believe that the incorrect
677uses of this function all but disappeared by now, so we are
678un-obsoleting it.
679
673 680
674* Changes in Emacs 27.1 on Non-Free Operating Systems 681* Changes in Emacs 27.1 on Non-Free Operating Systems
675 682