]> git.eshelyaron.com Git - emacs.git/commitdiff
(invalid_character): Use Lisp-readable syntax
authorJuri Linkov <juri@jurta.org>
Sun, 20 Nov 2005 07:52:40 +0000 (07:52 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 20 Nov 2005 07:52:40 +0000 (07:52 +0000)
for octal and hex.  Reorder decimal, octal and hex values.

src/charset.c

index b4f84a9e7854e91d259c2dbbb81e5b63c0316189..23b2cc75c1fe00052729d4903bf7062fc6d2a159 100644 (file)
@@ -115,7 +115,7 @@ void
 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