Mercurial > hg > xemacs-beta
comparison src/xemacs.def.in.in @ 5357:503b9a3e5e46
xemacs.def.in.in: no longer export acons(), export Facons() instead.
2011-02-16 Aidan Kehoe <kehoea@parhasard.net>
* xemacs.def.in.in:
No longer export acons(), export Facons() instead, thank you Mats,
Jerry and Jeff Sparkes.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 16 Feb 2011 15:35:35 +0000 |
parents | 41ac827cb71b |
children | e79980ee5efe |
comparison
equal
deleted
inserted
replaced
5356:5dd1ba5e0113 | 5357:503b9a3e5e46 |
---|---|
32 #endif | 32 #endif |
33 | 33 |
34 NAME xemacs.exe | 34 NAME xemacs.exe |
35 EXPORTS | 35 EXPORTS |
36 /* Exported functions */ | 36 /* Exported functions */ |
37 acons | |
38 #ifdef NEW_GC | 37 #ifdef NEW_GC |
39 alloc_lrecord /* ALLOC_LISP_OBJECT */ | 38 alloc_lrecord /* ALLOC_LISP_OBJECT */ |
40 alloc_sized_lrecord /* ALLOC_SIZED_LISP_OBJECT */ | 39 alloc_sized_lrecord /* ALLOC_SIZED_LISP_OBJECT */ |
41 lrecord_subr /* DEFSUBR */ | 40 lrecord_subr /* DEFSUBR */ |
42 lrecord_symbol_value_forward /* DEFVAR_SYMVAL_FWD */ | 41 lrecord_symbol_value_forward /* DEFVAR_SYMVAL_FWD */ |
247 Dynarr_delete_many /* Dynarr_delete, Dynarr_delete_object, ... */ | 246 Dynarr_delete_many /* Dynarr_delete, Dynarr_delete_object, ... */ |
248 Dynarr_free | 247 Dynarr_free |
249 Dynarr_insert_many /* Dynarr_add_{literal,lisp}_string */ | 248 Dynarr_insert_many /* Dynarr_add_{literal,lisp}_string */ |
250 Dynarr_newf /* Dynarr_new, Dynarr_new2 */ | 249 Dynarr_newf /* Dynarr_new, Dynarr_new2 */ |
251 Dynarr_resize /* Dynarr_add */ | 250 Dynarr_resize /* Dynarr_add */ |
251 Facons | |
252 Fappend | 252 Fappend |
253 Fapply | 253 Fapply |
254 Fbuffer_modified_p | 254 Fbuffer_modified_p |
255 Fbuffer_name | 255 Fbuffer_name |
256 Fcall_with_condition_handler | 256 Fcall_with_condition_handler |