emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el,v


From: Agustin Martin Domingo
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el,v
Date: Mon, 05 May 2008 10:42:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Agustin Martin Domingo <agmartin>       08/05/05 10:42:39

Index: ispell.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/ispell.el,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -b -r1.230 -r1.231
--- ispell.el   26 Apr 2008 20:14:12 -0000      1.230
+++ ispell.el   5 May 2008 10:42:39 -0000       1.231
@@ -1209,8 +1209,7 @@
               (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 ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]