Mercurial > hg > xemacs-beta
annotate etc/toolbar/spell-up.xpm @ 5070:b0f4adffca7d
fix so that CL docstrings (with &key, etc.) handled properly
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2010-02-23 Ben Wing <ben@xemacs.org>
* autoload.el:
* autoload.el (make-autoload):
* cl-macs.el (cl-function-arglist):
* cl-macs.el (cl-transform-lambda):
Don't add argument list with the tag "Common Lisp lambda list:";
instead add in "standard" form using "arguments:" and omitting the
function name. Add an arg to `cl-function-arglist' to omit the
name and use it in autoload.el instead of just hacking it off.
* help.el:
* help.el (function-arglist):
* help.el (function-documentation-1): New.
Extract out common code to recognize and/or strip the arglist from
documentation into `function-documentation-1'. Use in
`function-arglist' and `function-documentation'. Modify
`function-arglist' so it looks for the `arguments: ' stuff in all
doc strings, not just subrs/autoloads, so that CL functions get
recognized properly. Change the regexp used to match "arguments: "
specs to allow nested parens inside the arg list (happens when you
have a default value specified in a CL arglist).
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 23 Feb 2010 01:12:13 -0600 |
parents | 376386a54a3c |
children | 7910031dd78a |
rev | line source |
---|---|
0 | 1 /* XPM */ |
2 static char * dict[] = { | |
3 "28 28 6 1", | |
4 "X c Gray75 s backgroundToolBarColor", | |
5 "o c black", | |
6 "O c Gray90", | |
7 "+ c Gray40", | |
8 "@ c Gray60", | |
9 "# c white", | |
10 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
11 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
12 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
13 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
14 "XXXXXXoooooooooooooooooXXXXX", | |
15 "XXXXXoXoOOOOOOOOOOOOO+oXXXXX", | |
16 "XXXXXooooooooooooooooOoXXXXX", | |
17 "XXXXoXo++o@@@@@@o+++oOoXXXXX", | |
18 "XXXXXoo++o@@@@@@@o++oOoXXXXX", | |
19 "XXXXXoo++o@@@@@@@@o+oOoXXXXX", | |
20 "XXXXoXo++o@ooooooo@ooOoXXXXX", | |
21 "XXXXXoo++o@o#####o@@oOoXXXXX", | |
22 "XXXXXoo++o@ooooooo@@oOoXXXXX", | |
23 "XXXXoXo++o@@@@@@@@@@oO###XXX", | |
24 "XXXXXoo++o@ooooooo@@###++XXX", | |
25 "XXXXXoo++o@@@@@@@@####+XXXXX", | |
26 "XXXX#Xo++o@@@@@@####++oXXXXX", | |
27 "XXX###o++o@@@@####++oOoXXXXX", | |
28 "XX####o++o@@@####+@@oOoXXXXX", | |
29 "XX+####++o@####++@@ooOoXXXXX", | |
30 "XXX+####+o####+@@@o+oOoXXXXX", | |
31 "XXXX+########+@@@o++oooXXXXX", | |
32 "XXXXo+######+@@@o+++oXXXXXXX", | |
33 "XXXXXo+####+oooooooooXXXXXXX", | |
34 "XXXXXXX+##+XXXXXXXXXXXXXXXXX", | |
35 "XXXXXXXX++XXXXXXXXXXXXXXXXXX", | |
36 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
37 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"}; |