emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lisp.h [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h [emacs-unicode-2]
Date: Mon, 06 Oct 2003 07:17:50 -0400

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.465.2.2 emacs/src/lisp.h:1.465.2.3
*** emacs/src/lisp.h:1.465.2.2  Wed Sep 17 15:23:19 2003
--- emacs/src/lisp.h    Mon Oct  6 07:17:48 2003
***************
*** 697,705 ****
     ? XSUB_CHAR_TABLE (XCHAR_TABLE (CT)->ascii)->contents[IDX]          \
     : char_table_ref ((CT), (IDX)))
  
! /* Almost equivalent to Faref (CT, IDX) with optimization for ASCII
!    and 8-bit Europeans characters.  However, if the result is nil,
!    return IDX.
  
     For these characters, do not check validity of CT
     and do not follow parent.  */
--- 697,704 ----
     ? XSUB_CHAR_TABLE (XCHAR_TABLE (CT)->ascii)->contents[IDX]          \
     : char_table_ref ((CT), (IDX)))
  
! /* Almost equivalent to Faref (CT, IDX).  However, if the result is
!    not a character, return IDX.
  
     For these characters, do not check validity of CT
     and do not follow parent.  */




reply via email to

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