annotate lib-src/README @ 71973:7febc7ff0f0d

(circular_list_error): Use xsignal. (wrong_type_argument): Use xsignal2. Don't care about return value. (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3. Remove loop around Fsignal. (indirect_variable, Fsymbol_value, set_internal, Fdefault_value) (indirect_function, Findirect_function, Fstring_to_number) (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1. (arith_driver, float_arith_driver, Frem, Fmod, arith_error): Use xsignal0.
author Kim F. Storm <storm@cua.dk>
date Tue, 18 Jul 2006 13:26:19 +0000
parents b42a4aa7ff4f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25859
Dave Love <fx@gnu.org>
parents:
diff changeset
1 This directory contains the source code for the architecture-dependent
52780
47bf5f5df3c9 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 25859
diff changeset
2 files that go in ${archlibdir}. At present, these are mostly utility
69732
b42a4aa7ff4f changed `Emacs' to `GNU Emacs'
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 52780
diff changeset
3 programs used by GNU Emacs.