diff options
author | Reuben Thomas <rrt@sc3d.org> | 2017-08-22 01:46:27 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2017-08-24 18:53:28 +0100 |
commit | bd9ad2ea1051a73e30e720b90cf413ee93a977f7 (patch) | |
tree | 8546816a375a517987062c13c35cc7708036e45a /lisp/emacs-lisp/debug.el | |
parent | 22ebde63c9df6a6815359c1e3406baddec1ed55b (diff) | |
download | emacs-bd9ad2ea1051a73e30e720b90cf413ee93a977f7.tar.gz emacs-bd9ad2ea1051a73e30e720b90cf413ee93a977f7.tar.bz2 emacs-bd9ad2ea1051a73e30e720b90cf413ee93a977f7.zip |
Avoid using string-to-multibyte in ispell.el
* lisp/textmodes/ispell.el (ispell-get-decoded-string): Use
decode-coding-string instead. Note that decode-coding-string returns a
string that satisfies multibyte-string-p even if its input is pure
ASCII and the third argument is t, so the result of
ispell-get-decoded-string is always a multibyte string.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
0 files changed, 0 insertions, 0 deletions