# HG changeset patch # User Agustin Martin # Date 1209984159 0 # Node ID 2be356624ede9fe4e1143dc225982f412dee1a63 # Parent fa335e247f6b420420f611bf2ee2c86bbce3e528 (ispell-get-decoded-string): Remove no-op diff -r fa335e247f6b -r 2be356624ede lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Mon May 05 09:51:29 2008 +0000 +++ b/lisp/textmodes/ispell.el Mon May 05 10:42:39 2008 +0000 @@ -1209,8 +1209,7 @@ (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 ()