comparison src/emacs.c @ 5117:3742ea8250b5 ben-lisp-object ben-lisp-object-final-ws-year-2005

Checking in final CVS version of workspace 'ben-lisp-object'
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 00:20:27 -0600
parents b7f26b2f78bd
children e0db3c197671
comparison
equal deleted inserted replaced
5116:e56f73345619 5117:3742ea8250b5
1427 /* Now declare all the symbols and define all the Lisp primitives. 1427 /* Now declare all the symbols and define all the Lisp primitives.
1428 1428
1429 The *only* thing that the syms_of_*() functions are allowed to do 1429 The *only* thing that the syms_of_*() functions are allowed to do
1430 is call one of the following: 1430 is call one of the following:
1431 1431
1432 INIT_LRECORD_IMPLEMENTATION() 1432 INIT_LISP_OBJECT()
1433 defsymbol(), DEFSYMBOL(), or DEFSYMBOL_MULTIWORD_PREDICATE() 1433 defsymbol(), DEFSYMBOL(), or DEFSYMBOL_MULTIWORD_PREDICATE()
1434 defsubr() (i.e. DEFSUBR) 1434 defsubr() (i.e. DEFSUBR)
1435 deferror(), DEFERROR(), or DEFERROR_STANDARD() 1435 deferror(), DEFERROR(), or DEFERROR_STANDARD()
1436 defkeyword() or DEFKEYWORD() 1436 defkeyword() or DEFKEYWORD()
1437 Fput() 1437 Fput()
1971 - build_string() 1971 - build_string()
1972 - make_vector() 1972 - make_vector()
1973 - make_int() 1973 - make_int()
1974 - make_char() 1974 - make_char()
1975 - make_extent() 1975 - make_extent()
1976 - BASIC_ALLOC_LCRECORD() 1976 - ALLOC_LISP_OBJECT()
1977 - ALLOC_LCRECORD_TYPE() 1977 - ALLOC_SIZED_LISP_OBJECT()
1978 - Fcons() 1978 - Fcons()
1979 - listN() 1979 - listN()
1980 - make_lcrecord_list() 1980 - make_lcrecord_list()
1981 -- make_opaque_ptr() 1981 -- make_opaque_ptr()
1982 -- make_lisp_hash_table() (not allowed in 21.4!) 1982 -- make_lisp_hash_table() (not allowed in 21.4!)