From: Kenichi Handa Date: Wed, 25 Jun 2008 02:55:06 +0000 (+0000) Subject: Mention string-to-unibyte. X-Git-Tag: emacs-pretest-23.0.90~4525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=888d7d8651fdbedbec99431293a0a603f15be1b0;p=emacs.git Mention string-to-unibyte. --- diff --git a/etc/NEWS b/etc/NEWS index d391f612862..60810a3ea80 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1121,6 +1121,10 @@ robin rule can hold the original ASCII sequence as a char-code-property) *** The new function `robin-use-package' starts using a Robin package as an input method. +*** The new function `string-to-unibyte' is like `string-as-unibyte' +but signals an error if STRING contains a non-ASCII, non-eight-bit +character. + ** Changes related to the new font backend Which font backends to use can be specified by the X resource "FontBackend".