Mercurial > hg > xemacs-beta
comparison src/data.c @ 233:52952cbfc5b5 r20-5b15
Import from CVS: tag r20-5b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:14:14 +0200 |
parents | 78478c60bfcd |
children | 677f6a0ee643 |
comparison
equal
deleted
inserted
replaced
232:aa6545ea0638 | 233:52952cbfc5b5 |
---|---|
969 return compiled_function_documentation (XCOMPILED_FUNCTION (function)); | 969 return compiled_function_documentation (XCOMPILED_FUNCTION (function)); |
970 } | 970 } |
971 | 971 |
972 #ifdef COMPILED_FUNCTION_ANNOTATION_HACK | 972 #ifdef COMPILED_FUNCTION_ANNOTATION_HACK |
973 | 973 |
974 DEFUN ("compiled-function-annotation", Fcompiled_function_annotation, 1, 1, 0, /* | 974 /* Remove the `xx' if you wish to restore this feature */ |
975 xxDEFUN ("compiled-function-annotation", Fcompiled_function_annotation, 1, 1, 0, /* | |
975 Return the annotation of the compiled-function object, or nil. | 976 Return the annotation of the compiled-function object, or nil. |
976 The annotation is a piece of information indicating where this | 977 The annotation is a piece of information indicating where this |
977 compiled-function object came from. Generally this will be | 978 compiled-function object came from. Generally this will be |
978 a symbol naming a function; or a string naming a file, if the | 979 a symbol naming a function; or a string naming a file, if the |
979 compiled-function object was not defined in a function; or nil, | 980 compiled-function object was not defined in a function; or nil, |