emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/charset.c
Date: Mon, 01 Apr 2002 17:54:04 -0500

Index: emacs/src/charset.c
diff -c emacs/src/charset.c:1.126 emacs/src/charset.c:1.127
*** emacs/src/charset.c:1.126   Mon Mar  4 18:41:00 2002
--- emacs/src/charset.c Mon Apr  1 17:54:03 2002
***************
*** 49,58 ****
  Lisp_Object Qunknown;
  
  /* Declaration of special leading-codes.  */
! EMACS_INT leading_code_private_11;    /* for private DIMENSION1 of 1-column */
! EMACS_INT leading_code_private_12;    /* for private DIMENSION1 of 2-column */
! EMACS_INT leading_code_private_21;    /* for private DIMENSION2 of 1-column */
! EMACS_INT leading_code_private_22;    /* for private DIMENSION2 of 2-column */
  
  /* Declaration of special charsets.  The values are set by
     Fsetup_special_charsets.  */
--- 49,58 ----
  Lisp_Object Qunknown;
  
  /* Declaration of special leading-codes.  */
! EMACS_INT leading_code_private_11; /* for private DIMENSION1 of 1-column */
! EMACS_INT leading_code_private_12; /* for private DIMENSION1 of 2-column */
! EMACS_INT leading_code_private_21; /* for private DIMENSION2 of 1-column */
! EMACS_INT leading_code_private_22; /* for private DIMENSION2 of 2-column */
  
  /* Declaration of special charsets.  The values are set by
     Fsetup_special_charsets.  */
***************
*** 1633,1639 ****
  }
  
  
! DEFUN ("string", Fstring, Sstring, 1, MANY, 0,
    doc: /* Concatenate all the argument characters and make the result a 
string.
  usage: (string &rest CHARACTERS)  */)
       (n, args)
--- 1633,1639 ----
  }
  
  
! DEFUN ("string", Fstring, Sstring, 0, MANY, 0,
    doc: /* Concatenate all the argument characters and make the result a 
string.
  usage: (string &rest CHARACTERS)  */)
       (n, args)



reply via email to

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