emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/category.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/category.c
Date: Thu, 23 Jun 2005 12:05:16 -0400

Index: emacs/src/category.c
diff -c emacs/src/category.c:1.34 emacs/src/category.c:1.35
*** emacs/src/category.c:1.34   Fri Feb 20 03:40:19 2004
--- emacs/src/category.c        Thu Jun 23 16:05:15 2005
***************
*** 67,73 ****
    val = MAKE_CATEGORY_SET;
  
    if (STRING_MULTIBYTE (categories))
!     error ("Multibyte string in make-category-set");
  
    len = SCHARS (categories);
    while (--len >= 0)
--- 67,73 ----
    val = MAKE_CATEGORY_SET;
  
    if (STRING_MULTIBYTE (categories))
!     error ("Multibyte string in `make-category-set'");
  
    len = SCHARS (categories);
    while (--len >= 0)




reply via email to

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