Mercurial > emacs
view etc/images/gud/step.xpm @ 95750:6c14c564fa23
(finder-font-lock-keywords): Handle ``quotes''.
(finder-compile-keywords): Move let to where needed.
(finder-mouse-face-on-line): Go back one more line if needed.
(finder-list-matches): Use cadr.
(finder-goto-xref): New function.
(finder-commentary): Add buttons to jump to foo.el libraries.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 10 Jun 2008 03:06:30 +0000 |
parents | f309eed9f854 |
children |
line wrap: on
line source
/* XPM */ static char * step_xpm[] = { "24 24 6 1", " c None", ". c #d40000", "X c #616161", "o c #2a1f55", "O c #adadad", "+ c #cc9999", " ", " ", " ", " ", " ..... ", " . . ", " . . ", " . Xo . oX ", " . XoO . OoX ", " . oo .+.+. oo ", " oo +...+ oo ", " oo ... oo ", " oX +.+ Xo ", " oo . oo ", " oX Xo ", " oo oo ", " oo oo ", " oo oo ", " XoO OoX ", " Xo oX ", " ", " ", " ", " "};