Mercurial > emacs
view etc/images/gud/stepi.xpm @ 83446:8eba1344ed4f
Fix typo in `server-handle-delete-frame'; fix startup echo area message.
* lisp/server.el (server-handle-delete-frame): Fix typo.
* server.el (server-process-filter): Call
`display-startup-echo-area-message' before `display-splash-screen'.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-486
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 02 Jan 2006 08:35:45 +0000 |
parents | f309eed9f854 |
children |
line wrap: on
line source
/* XPM */ static char * gud_stepi_xpm[] = { "24 24 5 1", " c None", ". c #D4D400000000", "X c #616161616161", "o c #2A2A1F1F5555", "O c #CCCC99999999", " ", " ", " ", " ", " ..... ", " . . ", " . . ", " . . ", " . X . X ", " . Xo .O.O. oX ", " Xo O...O oX ", " Xo ... oX ", " Xo O.O oX ", " oX . Xo ", " oX Xo ", " oX Xo ", " oX Xo ", " o o ", " ", " ", " ", " ", " ", " "};