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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/charset.h [emacs-unicode-2]
Date: Sun, 19 Sep 2004 00:09:42 -0400

Index: emacs/src/charset.h
diff -c emacs/src/charset.h:1.75.4.6 emacs/src/charset.h:1.75.4.7
*** emacs/src/charset.h:1.75.4.6        Mon Apr 12 07:26:27 2004
--- emacs/src/charset.h Sun Sep 19 03:59:24 2004
***************
*** 371,378 ****
  
  /* Lookup Vcharset_order_list and return the first charset that
     contains the character C.  */
! #define CHAR_CHARSET(c) \
!   char_charset ((c), Qnil, NULL)
  
  #if 0
  /* Char-table of charset-sets.  Each element is a bool vector indexed
--- 371,379 ----
  
  /* Lookup Vcharset_order_list and return the first charset that
     contains the character C.  */
! #define CHAR_CHARSET(c)                               \
!   ((c) < 0x80 ? CHARSET_FROM_ID (charset_ascii)       \
!    : char_charset ((c), Qnil, NULL))
  
  #if 0
  /* Char-table of charset-sets.  Each element is a bool vector indexed




reply via email to

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