Mercurial > emacs
diff src/ChangeLog @ 108945:998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Check `object's type before accessing its guts.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 09 Jun 2010 10:31:12 -0400 |
parents | ef11028b9610 |
children | d418516def73 7a086283ef8c |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jun 08 21:18:31 2010 -0400 +++ b/src/ChangeLog Wed Jun 09 10:31:12 2010 -0400 @@ -1,3 +1,8 @@ +2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca> + + * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string. + Check `object's type before accessing its guts. + 2010-06-08 Andreas Schwab <schwab@linux-m68k.org> * minibuf.c (Fall_completions): Add more checks.