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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/charset.c [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:56:10 -0400

Index: emacs/src/charset.c
diff -c emacs/src/charset.c:1.134.6.8 emacs/src/charset.c:1.134.6.9
*** emacs/src/charset.c:1.134.6.8       Mon Apr 12 07:32:34 2004
--- emacs/src/charset.c Mon Jun 28 07:29:19 2004
***************
*** 1,8 ****
  /* Basic character set support.
     Copyright (C) 1995, 97, 98, 2000, 2001 Electrotechnical Laboratory, JAPAN.
       Licensed to the Free Software Foundation.
!    Copyright (C) 2001 Free Software Foundation, Inc.
!    Copyright (C) 2003
       National Institute of Advanced Industrial Science and Technology (AIST)
       Registration Number H13PRO009
  
--- 1,8 ----
  /* Basic character set support.
     Copyright (C) 1995, 97, 98, 2000, 2001 Electrotechnical Laboratory, JAPAN.
       Licensed to the Free Software Foundation.
!    Copyright (C) 2001, 2004 Free Software Foundation, Inc.
!    Copyright (C) 2003, 2004
       National Institute of Advanced Industrial Science and Technology (AIST)
       Registration Number H13PRO009
  
***************
*** 1267,1273 ****
  DEFUN ("get-unused-iso-final-char", Fget_unused_iso_final_char,
         Sget_unused_iso_final_char, 2, 2, 0,
         doc: /*
! Return an unsed ISO final char for a charset of DIMENISION and CHARS.
  DIMENSION is the number of bytes to represent a character: 1 or 2.
  CHARS is the number of characters in a dimension: 94 or 96.
  
--- 1267,1273 ----
  DEFUN ("get-unused-iso-final-char", Fget_unused_iso_final_char,
         Sget_unused_iso_final_char, 2, 2, 0,
         doc: /*
! Return an unused ISO final char for a charset of DIMENISION and CHARS.
  DIMENSION is the number of bytes to represent a character: 1 or 2.
  CHARS is the number of characters in a dimension: 94 or 96.
  
***************
*** 1873,1879 ****
  
  
  DEFUN ("char-charset", Fchar_charset, Schar_charset, 1, 1, 0,
!        doc: /* Return the charset of highest priority that contains CHAR.  */)
       (ch)
       Lisp_Object ch;
  {
--- 1873,1879 ----
  
  
  DEFUN ("char-charset", Fchar_charset, Schar_charset, 1, 1, 0,
!        doc: /* Return the charset of highest priority that contains CH.  */)
       (ch)
       Lisp_Object ch;
  {




reply via email to

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