changeset 94630:2be356624ede

(ispell-get-decoded-string): Remove no-op
author Agustin Martin <agustin.martin@hispalinux.es>
date Mon, 05 May 2008 10:42:39 +0000
parents fa335e247f6b
children 1f2f156fa67a
files lisp/textmodes/ispell.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 ()