(ispell-get-decoded-string): Remove no-op

This commit is contained in:
Agustín Martín 2008-05-05 10:42:39 +00:00
parent 140eb7640b
commit c31fd3c0fd

View file

@ -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 ()