Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5596:3b1d4fa716a4
Ignore lazy docstring info, #'built-in-symbol-file; nothing built-in uses it.
2011-11-13 Aidan Kehoe <kehoea@parhasard.net>
* doc.c (Fbuilt_in_symbol_file):
Don't attempt to take file information from lazy docstring
information in compiled functions; those functions are not
built-in, and as such it's appropriate to give nil.
Fix some indentation in passing.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 13 Nov 2011 17:13:52 +0000 |
parents | 2dbefd79b3d3 |
children | bccc91a65536 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Nov 09 13:16:19 2011 +0000 +++ b/src/ChangeLog Sun Nov 13 17:13:52 2011 +0000 @@ -1,3 +1,11 @@ +2011-11-13 Aidan Kehoe <kehoea@parhasard.net> + + * doc.c (Fbuilt_in_symbol_file): + Don't attempt to take file information from lazy docstring + information in compiled functions; those functions are not + built-in, and as such it's appropriate to give nil. + Fix some indentation in passing. + 2011-10-29 Stephen J. Turnbull <stephen@xemacs.org> Prevent SIGPIPEs in deactivate_process().