diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index f1e700a211a..68683783164 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1209,8 +1209,7 @@ Protects against bogus binding of `enable-multibyte-characters' in XEmacs." (not (multibyte-string-p str))) (setq str (ispell-decode-string str)) (or (multibyte-string-p str) - (setq str (string-to-multibyte str))) - (setcar (nthcdr n slot) str)) + (setq str (string-to-multibyte str)))) str)) (defun ispell-get-casechars ()