aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-04-19 10:11:26 +0000
committerKim F. Storm2005-04-19 10:11:26 +0000
commit5827e9d4606d749340690d776fd362a114043b3f (patch)
tree3d641963e2650bd22acc8bcd80b009a1b05ebf1c /src/ChangeLog
parent834671a685981e1919000870974325d8bc86b343 (diff)
downloademacs-5827e9d4606d749340690d776fd362a114043b3f.tar.gz
emacs-5827e9d4606d749340690d776fd362a114043b3f.zip
*** empty log message ***
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