aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
1209 (not (multibyte-string-p str))) 1209 (not (multibyte-string-p str)))
1210 (setq str (ispell-decode-string str)) 1210 (setq str (ispell-decode-string str))
1211 (or (multibyte-string-p str) 1211 (or (multibyte-string-p str)
1212 (setq str (string-to-multibyte str))) 1212 (setq str (string-to-multibyte str))))
1213 (setcar (nthcdr n slot) str))
1214 str)) 1213 str))
1215 1214
1216(defun ispell-get-casechars () 1215(defun ispell-get-casechars ()