From c31fd3c0fda8d0453ae49a180b9b77ae0d8eb27c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Agust=C3=ADn=20Mart=C3=ADn?= Date: Mon, 5 May 2008 10:42:39 +0000 Subject: [PATCH] (ispell-get-decoded-string): Remove no-op --- lisp/textmodes/ispell.el | 3 +-- 1 file changed, 1 insertion(+), 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 () -- 2.39.2