comparison lisp/ChangeLog @ 5514:9d519ab9fd68

Be a little better about deciding when to add CL docstring argument info. 2011-05-29 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (cl-transform-lambda): Move the code to decide whether to add argument information to the docstring a little later, so the information about what the function's docstring ends up being is a little more exact.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 29 May 2011 18:17:09 +0100
parents cf2733b1ff4b
children bcd74c477a38
comparison
equal deleted inserted replaced
5513:cf2733b1ff4b 5514:9d519ab9fd68
1 2011-05-29 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-macs.el (cl-transform-lambda):
4 Move the code to decide whether to add argument information to the
5 docstring a little later, so the information about what the
6 function's docstring ends up being is a little more exact.
7
1 2011-05-27 Aidan Kehoe <kehoea@parhasard.net> 8 2011-05-27 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * modeline.el (make-modeline-command-wrapper): 10 * modeline.el (make-modeline-command-wrapper):
4 Be more reasonable about the implementation of this wrapper, don't 11 Be more reasonable about the implementation of this wrapper, don't
5 require that the value of COMMAND be available at macro-expansion 12 require that the value of COMMAND be available at macro-expansion