Index: emacs/src/composite.c
diff -c emacs/src/composite.c:1.31 emacs/src/composite.c:1.32
*** emacs/src/composite.c:1.31  Fri Dec 26 11:39:22 2003
--- emacs/src/composite.c       Wed Jun  8 22:33:36 2005
***************
*** 628,634 ****
      }
  
    /* Preserve the match data.  */
!   record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil));
  
    /* If none of ASCII characters have composition functions, we can
       skip them quickly.  */
--- 628,634 ----
      }
  
    /* Preserve the match data.  */
!   record_unwind_save_match_data ();
  
    /* If none of ASCII characters have composition functions, we can
       skip them quickly.  */


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to