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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Mon, 03 Jun 2002 18:36:07 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.447 emacs/src/fileio.c:1.448
*** emacs/src/fileio.c:1.447    Tue May 28 16:25:46 2002
--- emacs/src/fileio.c  Mon Jun  3 18:36:06 2002
***************
*** 4674,4680 ****
        if (!force_raw_text
          && !NILP (Ffboundp (Vselect_safe_coding_system_function)))
        /* Confirm that VAL can surely encode the current region.  */
!       val = call3 (Vselect_safe_coding_system_function, start, end, val);
  
        setup_coding_system (Fcheck_coding_system (val), coding);
        if (coding->eol_type == CODING_EOL_UNDECIDED
--- 4674,4681 ----
        if (!force_raw_text
          && !NILP (Ffboundp (Vselect_safe_coding_system_function)))
        /* Confirm that VAL can surely encode the current region.  */
!       val = call4 (Vselect_safe_coding_system_function,
!                    start, end, val, filename);
  
        setup_coding_system (Fcheck_coding_system (val), coding);
        if (coding->eol_type == CODING_EOL_UNDECIDED



reply via email to

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