Mercurial > emacs
diff src/ChangeLog @ 58237:f02cbb3be7fa
*** empty log message ***
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Mon, 15 Nov 2004 15:20:33 +0000 |
| parents | 77bfb72503c6 |
| children | db0a801acf33 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Nov 15 15:19:48 2004 +0000 +++ b/src/ChangeLog Mon Nov 15 15:20:33 2004 +0000 @@ -1,3 +1,15 @@ +2004-11-15 Kim F. Storm <storm@cua.dk> + + * fns.c (Fsafe_plist_get): New defun. + (syms_of_fns): Defsubr it. + + * lisp.h (Fsafe_plist_get): Add EXFUN. + + * xdisp.c (store_mode_line_string, produce_stretch_glyph): + Use Fsafe_plist_get. + (note_mode_line_or_margin_highlight, note_mouse_highlight): + Fix image map element parsing. Use Fsafe_plist_get. + 2004-11-15 Richard M. Stallman <rms@gnu.org> * xdisp.c (get_next_display_element): Fix previous change.
