aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAgustín Martín2008-05-05 10:42:39 +0000
committerAgustín Martín2008-05-05 10:42:39 +0000
commitc31fd3c0fda8d0453ae49a180b9b77ae0d8eb27c (patch)
treec02a2ba3cf2a84d31758bd452cfa955764a6093b /lisp
parent140eb7640b37563599cb52caca175ebe23101ef0 (diff)
downloademacs-c31fd3c0fda8d0453ae49a180b9b77ae0d8eb27c.tar.gz
emacs-c31fd3c0fda8d0453ae49a180b9b77ae0d8eb27c.zip
(ispell-get-decoded-string): Remove no-op
Diffstat (limited to 'lisp')
-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 ()