Mercurial > emacs
changeset 67039:2022f6e307e1
(invalid_character): Use Lisp-readable syntax
for octal and hex. Reorder decimal, octal and hex values.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 20 Nov 2005 07:52:40 +0000 |
parents | 98d3dc11ab4e |
children | 4c99ea8adc42 |
files | src/charset.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.c Sun Nov 20 07:51:30 2005 +0000 +++ b/src/charset.c Sun Nov 20 07:52:40 2005 +0000 @@ -115,7 +115,7 @@ invalid_character (c) int c; { - error ("Invalid character: 0%o, %d, 0x%x", c, c, c); + error ("Invalid character: %d, #o%o, #x%x", c, c, c); } /* Parse string STR of length LENGTH and fetch information of a