]> git.eshelyaron.com Git - emacs.git/commit
Use new function encode_string_utf_8 for the module API, too
authorPhilipp Stephani <phst@google.com>
Wed, 4 Dec 2019 21:27:45 +0000 (22:27 +0100)
committerPhilipp Stephani <phst@google.com>
Wed, 4 Dec 2019 21:27:45 +0000 (22:27 +0100)
commit0e774d4f355b4f12a625da5ca9602d1ba876bcc1
tree207fd267295c00d407fa97bf91517131661e6c04
parentd673f871f943a395720f7ceca8b3dcb7b44d50f3
Use new function encode_string_utf_8 for the module API, too

* src/emacs-module.c (module_encode): Remove.
(module_copy_string_contents): Use encode_string_utf_8.
(syms_of_module): Define symbol 'unicode-string-p'.
src/emacs-module.c