comparison 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
comparison
equal deleted inserted replaced
5595:391d809fa4e9 5596:3b1d4fa716a4
1 2011-11-13 Aidan Kehoe <kehoea@parhasard.net>
2
3 * doc.c (Fbuilt_in_symbol_file):
4 Don't attempt to take file information from lazy docstring
5 information in compiled functions; those functions are not
6 built-in, and as such it's appropriate to give nil.
7 Fix some indentation in passing.
8
1 2011-10-29 Stephen J. Turnbull <stephen@xemacs.org> 9 2011-10-29 Stephen J. Turnbull <stephen@xemacs.org>
2 10
3 Prevent SIGPIPEs in deactivate_process(). 11 Prevent SIGPIPEs in deactivate_process().
4 12
5 * process.c (deactivate_process): 13 * process.c (deactivate_process):