Mercurial > emacs
diff src/editfns.c @ 86128:42479f4b206b
*** empty log message ***
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 16 Nov 2007 00:19:10 +0000 |
parents | efbce8758669 |
children | dbb20895db72 |
line wrap: on
line diff
--- a/src/editfns.c Fri Nov 16 00:17:40 2007 +0000 +++ b/src/editfns.c Fri Nov 16 00:19:10 2007 +0000 @@ -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]); - } + args[n] = Ffloat (args[n]); else if (*format != 'd' && *format != 'o' && *format != 'x' && *format != 'i' && *format != 'X' && *format != 'c')