aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e4a9f4eae9f..30d0158b417 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12005-04-19 Kim F. Storm <storm@cua.dk> 12005-04-19 Kim F. Storm <storm@cua.dk>
2 2
3 * xdisp.c (handle_stop): Set saved_face_id to current face if
4 selective_display_ellipsis_p so ellipsis will be shown in same
5 face as preceding text.
6 (setup_for_ellipsis): Don't set saved_face_id here.
7 (next_element_from_display_vector): Default to saved_face_id.
8
3 * fns.c (Fsafe_get): New function. 9 * fns.c (Fsafe_get): New function.
4 (syms_of_fns): Defsubr it. 10 (syms_of_fns): Defsubr it.
5 11