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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Wed, 05 Jun 2002 01:16:49 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.448 emacs/src/fileio.c:1.449
*** emacs/src/fileio.c:1.448    Mon Jun  3 18:36:06 2002
--- emacs/src/fileio.c  Wed Jun  5 01:16:48 2002
***************
*** 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
--- 4674,4681 ----
        if (!force_raw_text
          && !NILP (Ffboundp (Vselect_safe_coding_system_function)))
        /* Confirm that VAL can surely encode the current region.  */
!       val = call5 (Vselect_safe_coding_system_function,
!                    start, end, val, Qnil, 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]