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,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c,v
Date: Fri, 16 Nov 2007 00:19:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 07/11/16 00:19:10

Index: editfns.c
===================================================================
RCS file: /sources/emacs/emacs/src/editfns.c,v
retrieving revision 1.451
retrieving revision 1.452
diff -u -b -r1.451 -r1.452
--- editfns.c   16 Nov 2007 00:17:40 -0000      1.451
+++ editfns.c   16 Nov 2007 00:19:10 -0000      1.452
@@ -3599,9 +3599,7 @@
               So make sure we have a flonum if the argument should
               be a double.  */
            if (*format == 'e' || *format == 'f' || *format == 'g')
-             {
                args[n] = Ffloat (args[n]);
-             }
            else
              if (*format != 'd' && *format != 'o' && *format != 'x'
                  && *format != 'i' && *format != 'X' && *format != 'c')




reply via email to

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