comparison src/ChangeLog @ 5789:72c5d36ba3b6

Make `define-function' accept docstring, as in GNU Emacs. 2014-01-27 Michael Sperber <mike@xemacs.org> * symbols.c (Fdefine_function): Allow optional `docstring' argument, as in GNU Emacs. * lisp.h (Qfunction_documentation): Add extern declaration. * doc.c (Fdocumentation_property): Move before its use. (Fdocumentation): Retrieve documentation from `define-function' docstring for symbols.
author Mike Sperber <sperber@deinprogramm.de>
date Mon, 27 Jan 2014 17:50:57 +0100
parents 6355de501637
children d2c0ff38ad5c
comparison
equal deleted inserted replaced
5788:6a6c89b53c5d 5789:72c5d36ba3b6
1 2014-01-27 Michael Sperber <mike@xemacs.org>
2
3 * symbols.c (Fdefine_function): Allow optional `docstring'
4 argument, as in GNU Emacs.
5
6 * lisp.h (Qfunction_documentation): Add extern declaration.
7
8 * doc.c (Fdocumentation_property): Move before its use.
9 (Fdocumentation): Retrieve documentation from `define-function'
10 docstring for symbols.
11
1 2014-01-23 Aidan Kehoe <kehoea@parhasard.net> 12 2014-01-23 Aidan Kehoe <kehoea@parhasard.net>
2 13
3 * text.h (buffered_bytecount_to_charcount): This was 14 * text.h (buffered_bytecount_to_charcount): This was
4 declared wrong for non-mule, correct this. Thank you Mats Lidell 15 declared wrong for non-mule, correct this. Thank you Mats Lidell
5 and the buildbot. 16 and the buildbot.