/[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.398 by kfstorm, Mon Sep 19 08:13:14 2005 UTC revision 1.399 by rms, Fri Sep 23 18:22:46 2005 UTC
# Line 3424  usage: (format STRING &rest OBJECTS)  */ Line 3424  usage: (format STRING &rest OBJECTS)  */
3424             digits to print after the '.' for floats, or the max.             digits to print after the '.' for floats, or the max.
3425             number of chars to print from a string.  */             number of chars to print from a string.  */
3426    
3427          while (*format && index ("-0# ", *format))          while (format != end
3428                   && (*format == '-' || *format == '0' || *format == '#'
3429                       || * format == ' '))
3430            ++format;            ++format;
3431    
3432          if (*format >= '0' && *format <= '9')          if (*format >= '0' && *format <= '9')

Legend:
Removed from v.1.398  
changed lines
  Added in v.1.399

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