emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c [emacs-unicode-2]
Date: Mon, 15 Sep 2003 20:24:22 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.492.2.1 emacs/src/fileio.c:1.492.2.2
*** emacs/src/fileio.c:1.492.2.1        Mon Sep  8 08:48:10 2003
--- emacs/src/fileio.c  Mon Sep 15 20:24:21 2003
***************
*** 3788,3794 ****
      }
  
    if (EQ (Vcoding_system_for_read, Qauto_save_coding))
!     coding_system = Qutf_8_emacs;
    else if (BEG < Z)
      {
        /* Decide the coding system to use for reading the file now
--- 3788,3799 ----
      }
  
    if (EQ (Vcoding_system_for_read, Qauto_save_coding))
!     {
!       coding_system = Qutf_8_emacs;
!       setup_coding_system (coding_system, &coding);
!       /* Ensure we set Vlast_coding_system_used.  */
!       set_coding_system = 1;
!     }
    else if (BEG < Z)
      {
        /* Decide the coding system to use for reading the file now




reply via email to

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