1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00
No description
Find a file
Jim Blandy 25e40a4bb9 * data.c (Fstring_to_number): Skip initial spaces, to make Emacs
lisp parse consistently on different operating systems.
#include <ctype.h> to help with this.

* data.c (Fstring_to_int): Rename this to Fstring_to_number, since
it parses floats as well as integers.  Fix docstring.
(syms_of_data): Fix defsubr.
(wrong_type_argument): Change use.
(Fint_to_string): Doc fix.
* lisp.h (Fstring_to_int): Change extern declaration.

* data.c (wrong_type_argument): Pass the correct number of
arguments to Fstring_to_int.

* data.c (arithcompare): Add a default case which aborts, just to
make me happy.
1993-02-22 14:27:14 +00:00
etc (force_fit_type): Abort if T not INTEGER_CST. 1993-01-30 02:16:57 +00:00
lib-src Add copyright and authorship notices. 1993-01-15 05:33:29 +00:00
lisp * files.el (revert-buffer): Reverse the sense of the first 1993-02-22 14:17:16 +00:00
lispref Initial revision 1992-04-10 02:01:10 +00:00
src * data.c (Fstring_to_number): Skip initial spaces, to make Emacs 1993-02-22 14:27:14 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.sub removed m88kbcs, changed delta88 and harris to 1993-02-10 17:56:58 +00:00
configure1.in * configure: Detect whether the compiler supports `const' 1993-02-22 14:12:11 +00:00
GETTING.GNU.SOFTWARE Formerly GETTING.GNU.SOFTWARE.~3~ 1992-08-21 23:06:13 +00:00
make-dist * make-dist: Don't distribute the external-lisp directory anymore. 1993-02-22 14:12:29 +00:00
Makefile.in * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not 1993-02-22 14:11:28 +00:00
PROBLEMS Initial revision 1993-02-14 14:13:56 +00:00