emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/composite.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/composite.c,v
Date: Sat, 01 Nov 2008 02:21:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/11/01 02:21:28

Index: composite.c
===================================================================
RCS file: /sources/emacs/emacs/src/composite.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- composite.c 27 Sep 2008 13:10:04 -0000      1.67
+++ composite.c 1 Nov 2008 02:21:27 -0000       1.68
@@ -810,7 +810,7 @@
   else
     {
       CHECK_STRING (string);
-      if (! STRING_MULTIBYTE (current_buffer->enable_multibyte_characters))
+      if (! STRING_MULTIBYTE (string))
        error ("Attempt to shape unibyte text");
       /* FROM and TO are checked by the caller.  */
       from = XINT (start);




reply via email to

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