changeset 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 5dd1ba5e0113
children 31475de17064
files src/ChangeLog src/xemacs.def.in.in
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Feb 12 14:07:38 2011 +0000
+++ b/src/ChangeLog	Wed Feb 16 15:35:35 2011 +0000
@@ -1,3 +1,9 @@
+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.
+
 2011-02-10  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* fns.c (shortest_length_among_sequences):
--- a/src/xemacs.def.in.in	Sat Feb 12 14:07:38 2011 +0000
+++ b/src/xemacs.def.in.in	Wed Feb 16 15:35:35 2011 +0000
@@ -34,7 +34,6 @@
 NAME xemacs.exe
 EXPORTS
 /* Exported functions */
-acons
 #ifdef NEW_GC
 alloc_lrecord			/* ALLOC_LISP_OBJECT */
 alloc_sized_lrecord		/* ALLOC_SIZED_LISP_OBJECT */
@@ -249,6 +248,7 @@
 Dynarr_insert_many		/* Dynarr_add_{literal,lisp}_string */
 Dynarr_newf			/* Dynarr_new, Dynarr_new2 */
 Dynarr_resize			/* Dynarr_add */
+Facons
 Fappend
 Fapply
 Fbuffer_modified_p