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 [EMACS_22_BASE]


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

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Andreas Schwab <schwab> 07/11/16 00:18:55

Index: editfns.c
===================================================================
RCS file: /sources/emacs/emacs/src/editfns.c,v
retrieving revision 1.439.2.7
retrieving revision 1.439.2.8
diff -u -b -r1.439.2.7 -r1.439.2.8
--- editfns.c   16 Nov 2007 00:18:16 -0000      1.439.2.7
+++ editfns.c   16 Nov 2007 00:18:55 -0000      1.439.2.8
@@ -3601,11 +3601,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]);
-               if (precision[n] > 0)
-                 thissize += precision[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]