Mercurial > emacs
view etc/images/gud/thread.xpm @ 106444:a72f79f89185
* bindings.el (complete-symbol): Call semantic-ia-complete-symbol if
possible.
* cedet/semantic/ia.el (semantic-ia-complete-symbol): Make argument
optional.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 05 Dec 2009 22:01:00 +0000 |
parents | 9a7c820f16a3 |
children |
line wrap: on
line source
/* XPM */ static char * thread_xpm[] = { "24 24 5 1", " c None", ". c #B2B2B2", "+ c #E5E5E5", "@ c #FFFFFF", "# c #000000", " ", " ", " .................... ", " .................... ", " .................... ", " ++++++@@@@@@@@++++++ ", " ++++++########++++++ ", " ++++++########++++++ ", " ......##@##@##...... ", " ......@@@##@@@...... ", " ......@@@##@@@...... ", " ++++++@@@##@@@++++++ ", " ++++++@@@##@@@++++++ ", " ++++++@@@##@@@++++++ ", " ######@@@##@@@###### ", " ######@@@##@@@###### ", " ######@@@##@@@###### ", " ++++++@@@##@@@++++++ ", " ++++++@@####@@++++++ ", " ++++++++++++++++++++ ", " .................... ", " .................... ", " ", " "};