]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-get-decoded-string): Remove no-op
authorAgustín Martín <agustin.martin@hispalinux.es>
Mon, 5 May 2008 10:42:39 +0000 (10:42 +0000)
committerAgustín Martín <agustin.martin@hispalinux.es>
Mon, 5 May 2008 10:42:39 +0000 (10:42 +0000)
lisp/textmodes/ispell.el

index f1e700a211ab3766b9f796888e2558c96484ee5f..6868378316432f8af9ebf8275ed5bccf9e858663 100644 (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 ()