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.h


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.h
Date: Wed, 26 Oct 2005 20:43:22 -0400

Index: emacs/src/coding.h
diff -c emacs/src/coding.h:1.74 emacs/src/coding.h:1.75
*** emacs/src/coding.h:1.74     Sun Aug  7 12:33:16 2005
--- emacs/src/coding.h  Thu Oct 27 00:43:22 2005
***************
*** 601,607 ****
  
  /* Decode the string STR using the specified coding system
     for system functions, if any.  */
! #define DECODE_SYSTEM(name)                                              \
    (! NILP (Vlocale_coding_system)                                        \
     && !EQ (Vlocale_coding_system, make_number (0))                       \
     ? code_convert_string_norecord (str, Vlocale_coding_system, 0)        \
--- 601,607 ----
  
  /* Decode the string STR using the specified coding system
     for system functions, if any.  */
! #define DECODE_SYSTEM(str)                                               \
    (! NILP (Vlocale_coding_system)                                        \
     && !EQ (Vlocale_coding_system, make_number (0))                       \
     ? code_convert_string_norecord (str, Vlocale_coding_system, 0)        \




reply via email to

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