Mercurial > emacs
comparison msdos/sed3.inp @ 106406:b793459cea92
Fix `string-to-number' to deal consistently with integers and floats.
* lread.c (isfloat_string): New argument ignore_trailing to accept all
trailing characters, not just whitespace.
(read1): Pass new arg 0 to keep old behavior.
* data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
trailing chars, as it is already done for integers. Doc fixes.
* lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 04 Dec 2009 16:16:26 +0000 |
parents | dc97fcf1ed7e |
children | 1d1d5d9bd884 |
comparison
equal
deleted
inserted
replaced
106405:a74fd8f1fd64 | 106406:b793459cea92 |
---|