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

Diff of /emacs/src/insdel.c

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

revision 1.179 by rms, Tue Nov 2 09:14:11 2004 UTC revision 1.180 by rms, Thu Dec 2 23:37:13 2004 UTC
# Line 1057  insert_from_string (string, pos, pos_byt Line 1057  insert_from_string (string, pos, pos_byt
1057       int inherit;       int inherit;
1058  {  {
1059    int opoint = PT;    int opoint = PT;
1060    
1061      if (SCHARS (string) == 0)
1062        return;
1063    
1064    insert_from_string_1 (string, pos, pos_byte, length, length_byte,    insert_from_string_1 (string, pos, pos_byte, length, length_byte,
1065                          inherit, 0);                          inherit, 0);
1066    signal_after_change (opoint, 0, PT - opoint);    signal_after_change (opoint, 0, PT - opoint);
# Line 1074  insert_from_string_before_markers (strin Line 1078  insert_from_string_before_markers (strin
1078       int inherit;       int inherit;
1079  {  {
1080    int opoint = PT;    int opoint = PT;
1081    
1082      if (SCHARS (string) == 0)
1083        return;
1084    
1085    insert_from_string_1 (string, pos, pos_byte, length, length_byte,    insert_from_string_1 (string, pos, pos_byte, length, length_byte,
1086                          inherit, 1);                          inherit, 1);
1087    signal_after_change (opoint, 0, PT - opoint);    signal_after_change (opoint, 0, PT - opoint);

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180

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