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)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to