emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/charset.c


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/src/charset.c
Date: Sun, 20 Nov 2005 02:52:40 -0500

Index: emacs/src/charset.c
diff -c emacs/src/charset.c:1.144 emacs/src/charset.c:1.145
*** emacs/src/charset.c:1.144   Mon Oct 24 08:03:17 2005
--- emacs/src/charset.c Sun Nov 20 07:52:40 2005
***************
*** 115,121 ****
  invalid_character (c)
       int c;
  {
!   error ("Invalid character: 0%o, %d, 0x%x", c, c, c);
  }
  
  /* Parse string STR of length LENGTH and fetch information of a
--- 115,121 ----
  invalid_character (c)
       int c;
  {
!   error ("Invalid character: %d, #o%o, #x%x", c, c, c);
  }
  
  /* Parse string STR of length LENGTH and fetch information of a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]