emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Tue, 15 Mar 2005 01:26:15 -0500

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.314 emacs/src/coding.c:1.315
*** emacs/src/coding.c:1.314    Mon Feb 14 01:01:50 2005
--- emacs/src/coding.c  Tue Mar 15 06:26:15 2005
***************
*** 7823,7829 ****
  On detecting a coding system, Emacs tries code detection algorithms
  associated with each coding-category one by one in this order.  When
  one algorithm agrees with a byte sequence of source text, the coding
! system bound to the corresponding coding-category is selected.  */);
    {
      int i;
  
--- 7823,7832 ----
  On detecting a coding system, Emacs tries code detection algorithms
  associated with each coding-category one by one in this order.  When
  one algorithm agrees with a byte sequence of source text, the coding
! system bound to the corresponding coding-category is selected.
! 
! When you modify this variable, `update-coding-systems-internal' must
! be called.  */);
    {
      int i;
  




reply via email to

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