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: Tue, 04 Feb 2003 09:03:22 -0500

Index: emacs/src/category.c
diff -c emacs/src/category.c:1.31 emacs/src/category.c:1.32
*** emacs/src/category.c:1.31   Sun Jul 14 20:00:35 2002
--- emacs/src/category.c        Tue Feb  4 09:03:11 2003
***************
*** 167,173 ****
    while (tem = Fcategory_table_p (table), NILP (tem))
      table = wrong_type_argument (Qcategory_table_p, table);
    return table;
! }   
  
  DEFUN ("category-table", Fcategory_table, Scategory_table, 0, 0, 0,
         doc: /* Return the current category table.
--- 167,173 ----
    while (tem = Fcategory_table_p (table), NILP (tem))
      table = wrong_type_argument (Qcategory_table_p, table);
    return table;
! }
  
  DEFUN ("category-table", Fcategory_table, Scategory_table, 0, 0, 0,
         doc: /* Return the current category table.
***************
*** 377,383 ****
  
    if (NILP (CATEGORY_DOCSTRING (table, XFASTINT (category))))
      error ("Undefined category: %c", XFASTINT (category));
!   
    set_value = NILP (reset) ? Qt : Qnil;
  
    if (c < CHAR_TABLE_SINGLE_BYTE_SLOTS)
--- 377,383 ----
  
    if (NILP (CATEGORY_DOCSTRING (table, XFASTINT (category))))
      error ("Undefined category: %c", XFASTINT (category));
! 
    set_value = NILP (reset) ? Qt : Qnil;
  
    if (c < CHAR_TABLE_SINGLE_BYTE_SLOTS)
***************
*** 534,540 ****
    Fput (Qcategory_table, Qchar_table_extra_slots, make_number (2));
  
    Vstandard_category_table = Fmake_char_table (Qcategory_table, Qnil);
!   /* Set a category set which contains nothing to the default.  */ 
    XCHAR_TABLE (Vstandard_category_table)->defalt = MAKE_CATEGORY_SET;
    Fset_char_table_extra_slot (Vstandard_category_table, make_number (0),
                              Fmake_vector (make_number (95), Qnil));
--- 534,540 ----
    Fput (Qcategory_table, Qchar_table_extra_slots, make_number (2));
  
    Vstandard_category_table = Fmake_char_table (Qcategory_table, Qnil);
!   /* Set a category set which contains nothing to the default.  */
    XCHAR_TABLE (Vstandard_category_table)->defalt = MAKE_CATEGORY_SET;
    Fset_char_table_extra_slot (Vstandard_category_table, make_number (0),
                              Fmake_vector (make_number (95), Qnil));




reply via email to

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