aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hansen <[email protected]>2006-04-20 11:37:44 +0000
committerLars Hansen <[email protected]>2006-04-20 11:37:44 +0000
commit570fab6c29b4b9e1cb6396d29c7070f29548fb52 (patch)
tree7797de8f37dab763d76aa477d4496730c89da4da
parent9b17c9f5cdfc45a72ee1e0341520826d11560d84 (diff)
(PRINTFINISH): Call signal_after_change.
-rw-r--r--src/ChangeLog8
-rw-r--r--src/print.c1
2 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0fd1c364b5..245fb87d48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-20 Lars Hansen <[email protected]>
+
+ * textprop.c (Fremove_list_of_text_properties): Ensure
+ modify_region is called only when buffer is modified and that
+ signal_after_change is allways called in that case.
+
+ * print.c (PRINTFINISH): Call signal_after_change.
+
2006-04-20 Kim F. Storm <[email protected]>
* xdisp.c (redisplay_window): Fix last change.
diff --git a/src/print.c b/src/print.c
index 4a79ad19d0..3f8982849d 100644
--- a/src/print.c
+++ b/src/print.c
@@ -275,6 +275,7 @@ int print_output_debug_flag = 1;
else \
insert_1_both (print_buffer, print_buffer_pos, \
print_buffer_pos_byte, 0, 1, 0); \
+ signal_after_change (PT - print_buffer_pos, 0, print_buffer_pos);\
} \
if (free_print_buffer) \
{ \