emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Wed, 08 Jun 2005 18:33:37 -0400

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.240 emacs/src/eval.c:1.241
*** emacs/src/eval.c:1.240      Fri Jun  3 23:02:21 2005
--- emacs/src/eval.c    Wed Jun  8 22:33:36 2005
***************
*** 1971,1977 ****
    GCPRO3 (fun, funname, fundef);
  
    /* Preserve the match data.  */
!   record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil));
  
    /* Value saved here is to be restored into Vautoload_queue.  */
    record_unwind_protect (un_autoload, Vautoload_queue);
--- 1971,1977 ----
    GCPRO3 (fun, funname, fundef);
  
    /* Preserve the match data.  */
!   record_unwind_save_match_data ();
  
    /* Value saved here is to be restored into Vautoload_queue.  */
    record_unwind_protect (un_autoload, Vautoload_queue);




reply via email to

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