summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorAgustín Martín <agustin.martin@hispalinux.es>2008-05-05 10:42:39 +0000
committerAgustín Martín <agustin.martin@hispalinux.es>2008-05-05 10:42:39 +0000
commitc31fd3c0fda8d0453ae49a180b9b77ae0d8eb27c (patch)
treec02a2ba3cf2a84d31758bd452cfa955764a6093b /lisp/textmodes
parent140eb7640b37563599cb52caca175ebe23101ef0 (diff)
(ispell-get-decoded-string): Remove no-op
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/ispell.el3
1 files changed, 1 insertions, 2 deletions
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 ()