emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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.  */




reply via email to

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