emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Mon, 19 Sep 2005 04:13:15 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.397 emacs/src/editfns.c:1.398
*** emacs/src/editfns.c:1.397   Mon Sep 12 10:26:15 2005
--- emacs/src/editfns.c Mon Sep 19 08:13:14 2005
***************
*** 3424,3430 ****
           digits to print after the '.' for floats, or the max.
           number of chars to print from a string.  */
  
!       while (index ("-0# ", *format))
          ++format;
  
        if (*format >= '0' && *format <= '9')
--- 3424,3430 ----
           digits to print after the '.' for floats, or the max.
           number of chars to print from a string.  */
  
!       while (*format && index ("-0# ", *format))
          ++format;
  
        if (*format >= '0' && *format <= '9')




reply via email to

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