/[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.467 by rms, Sat Dec 7 21:39:50 2002 UTC revision 1.468 by handa, Tue Dec 17 11:39:59 2002 UTC
# Line 4624  choose_write_coding_system (start, end, Line 4624  choose_write_coding_system (start, end,
4624    if (auto_saving)    if (auto_saving)
4625      val = Qnil;      val = Qnil;
4626    else if (!NILP (Vcoding_system_for_write))    else if (!NILP (Vcoding_system_for_write))
4627      val = Vcoding_system_for_write;      {
4628          val = Vcoding_system_for_write;
4629          if (coding_system_require_warning
4630              && !NILP (Ffboundp (Vselect_safe_coding_system_function)))
4631            /* Confirm that VAL can surely encode the current region.  */
4632            val = call5 (Vselect_safe_coding_system_function,
4633                         start, end, Fcons (Qt, Fcons (val, Qnil)),
4634                         Qnil, filename);
4635        }
4636    else    else
4637      {      {
4638        /* If the variable `buffer-file-coding-system' is set locally,        /* If the variable `buffer-file-coding-system' is set locally,

Legend:
Removed from v.1.467  
changed lines
  Added in v.1.468

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