emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fns.c


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

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.312 emacs/src/fns.c:1.313
*** emacs/src/fns.c:1.312       Mon May 20 04:05:43 2002
--- emacs/src/fns.c     Mon Jun  3 18:37:15 2002
***************
*** 5351,5359 ****
              if (!force_raw_text
                  && !NILP (Ffboundp (Vselect_safe_coding_system_function)))
                /* Confirm that VAL can surely encode the current region.  */
!               coding_system = call3 (Vselect_safe_coding_system_function,
                                       make_number (b), make_number (e),
!                                      coding_system);
  
              if (force_raw_text)
                coding_system = Qraw_text;
--- 5351,5359 ----
              if (!force_raw_text
                  && !NILP (Ffboundp (Vselect_safe_coding_system_function)))
                /* Confirm that VAL can surely encode the current region.  */
!               coding_system = call4 (Vselect_safe_coding_system_function,
                                       make_number (b), make_number (e),
!                                      coding_system, Qnil);
  
              if (force_raw_text)
                coding_system = Qraw_text;



reply via email to

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