/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.448 by rms, Mon Jun 3 22:36:06 2002 UTC revision 1.449 by pj, Wed Jun 5 05:16:48 2002 UTC
# Line 4674  choose_write_coding_system (start, end, Line 4674  choose_write_coding_system (start, end,
4674        if (!force_raw_text        if (!force_raw_text
4675            && !NILP (Ffboundp (Vselect_safe_coding_system_function)))            && !NILP (Ffboundp (Vselect_safe_coding_system_function)))
4676          /* Confirm that VAL can surely encode the current region.  */          /* Confirm that VAL can surely encode the current region.  */
4677          val = call4 (Vselect_safe_coding_system_function,          val = call5 (Vselect_safe_coding_system_function,
4678                       start, end, val, filename);                       start, end, val, Qnil, filename);
4679    
4680        setup_coding_system (Fcheck_coding_system (val), coding);        setup_coding_system (Fcheck_coding_system (val), coding);
4681        if (coding->eol_type == CODING_EOL_UNDECIDED        if (coding->eol_type == CODING_EOL_UNDECIDED

Legend:
Removed from v.1.448  
changed lines
  Added in v.1.449

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26