emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/chartab.c [emacs-unicode-2]


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/chartab.c [emacs-unicode-2]
Date: Tue, 23 Nov 2004 19:50:43 -0500

Index: emacs/src/chartab.c
diff -c emacs/src/chartab.c:1.1.4.6 emacs/src/chartab.c:1.1.4.7
*** emacs/src/chartab.c:1.1.4.6 Mon Apr 19 07:09:26 2004
--- emacs/src/chartab.c Wed Nov 24 00:44:49 2004
***************
*** 772,781 ****
  {
    Lisp_Object range, val;
    int c, i;
!   struct gcpro gcpro1;
  
    range = Fcons (make_number (0), Qnil);
!   GCPRO1 (range);
    val = XCHAR_TABLE (table)->ascii;
    if (SUB_CHAR_TABLE_P (val))
      val = XSUB_CHAR_TABLE (val)->contents[0];
--- 772,781 ----
  {
    Lisp_Object range, val;
    int c, i;
!   struct gcpro gcpro1, gcpro2, gcpro3;
  
    range = Fcons (make_number (0), Qnil);
!   GCPRO3 (table, arg, range);
    val = XCHAR_TABLE (table)->ascii;
    if (SUB_CHAR_TABLE_P (val))
      val = XSUB_CHAR_TABLE (val)->contents[0];




reply via email to

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