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, 08 Apr 2003 06:46:31 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.273 emacs/src/coding.c:1.274
*** emacs/src/coding.c:1.273    Tue Apr  8 03:26:05 2003
--- emacs/src/coding.c  Tue Apr  8 06:46:31 2003
***************
*** 5449,5455 ****
        Lisp_Object new;
  
        record_unwind_protect (code_convert_region_unwind,
!                            Vlatin_extra_code_table);
        /* We should not call any more pre-write/post-read-conversion
           functions while this pre-write-conversion is running.  */
        inhibit_pre_post_conversion = 1;
--- 5449,5455 ----
        Lisp_Object new;
  
        record_unwind_protect (code_convert_region_unwind,
!                            Vlast_coding_system_used);
        /* We should not call any more pre-write/post-read-conversion
           functions while this pre-write-conversion is running.  */
        inhibit_pre_post_conversion = 1;




reply via email to

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