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

Diff of /emacs/src/fns.c

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

revision 1.312 by raeburn, Mon May 20 08:05:43 2002 UTC revision 1.313 by rms, Mon Jun 3 22:37:15 2002 UTC
# Line 5351  guesswork fails.  Normally, an error is Line 5351  guesswork fails.  Normally, an error is
5351                if (!force_raw_text                if (!force_raw_text
5352                    && !NILP (Ffboundp (Vselect_safe_coding_system_function)))                    && !NILP (Ffboundp (Vselect_safe_coding_system_function)))
5353                  /* Confirm that VAL can surely encode the current region.  */                  /* Confirm that VAL can surely encode the current region.  */
5354                  coding_system = call3 (Vselect_safe_coding_system_function,                  coding_system = call4 (Vselect_safe_coding_system_function,
5355                                         make_number (b), make_number (e),                                         make_number (b), make_number (e),
5356                                         coding_system);                                         coding_system, Qnil);
5357    
5358                if (force_raw_text)                if (force_raw_text)
5359                  coding_system = Qraw_text;                  coding_system = Qraw_text;

Legend:
Removed from v.1.312  
changed lines
  Added in v.1.313

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