/[emacs]/emacs/src/editfns.c
ViewVC logotype

Diff of /emacs/src/editfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.326.2.1 by handa, Fri Mar 1 01:37:55 2002 UTC revision 1.326.2.2 by handa, Mon Aug 19 10:59:04 2002 UTC
# Line 3314  usage: (format STRING &rest OBJECTS)  */ Line 3314  usage: (format STRING &rest OBJECTS)  */
3314    
3315              thissize = 30;              thissize = 30;
3316              if (*format == 'c'              if (*format == 'c'
3317                  && (! SINGLE_BYTE_CHAR_P (XINT (args[n]))                  && (! ASCII_CHAR_P (XINT (args[n]))
3318                      || XINT (args[n]) == 0))                      || XINT (args[n]) == 0))
3319                {                {
3320                  if (! multibyte)                  if (! multibyte)

Legend:
Removed from v.1.326.2.1  
changed lines
  Added in v.1.326.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26