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

Diff of /emacs/src/composite.c

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

revision 1.28.6.3 by fx, Mon Sep 29 18:00:28 2003 UTC revision 1.28.6.4 by handa, Tue Nov 18 06:29:24 2003 UTC
# Line 562  update_compositions (from, to, check_mas Line 562  update_compositions (from, to, check_mas
562          }          }
563      }      }
564    if (min_pos < max_pos)    if (min_pos < max_pos)
565      Fremove_list_of_text_properties (make_number (min_pos),      {
566                                       make_number (max_pos),        int count = SPECPDL_INDEX ();
567                                       Fcons (Qauto_composed, Qnil), Qnil);  
568          specbind (Qinhibit_read_only, Qt);
569          specbind (Qinhibit_modification_hooks, Qt);
570          specbind (Qinhibit_point_motion_hooks, Qt);
571          Fremove_list_of_text_properties (make_number (min_pos),
572                                           make_number (max_pos),
573                                           Fcons (Qauto_composed, Qnil), Qnil);
574          unbind_to (count, Qnil);
575        }
576  }  }
577    
578    

Legend:
Removed from v.1.28.6.3  
changed lines
  Added in v.1.28.6.4

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