Mercurial > emacs
view lisp/toolbar/gud-run.xpm @ 64850:a471e69ed043
(find-file-noselect): Don't call set-buffer-major-mode.
(find-file-noselect-1): Call it here, only if RAWFILE.
(normal-mode): Always set some major mode.
(save-some-buffers-action-alist): Change some explanation strings.
(file-name-non-special): In the `quote' method, use unwind-protect.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Aug 2005 13:35:03 +0000 |
parents | f7114bba1fd4 |
children |
line wrap: on
line source
/* XPM */ static char * run_xpm[] = { "24 24 9 1", " c None", ". c #000080", "X c #aa9faa", "o c #b5b9b5", "O c #808080", "+ c #7f7f7f", "@ c #5a60a5", "# c #9a999a", "$ c #616161", " ", " ", " ", " ", " .. ", " X.. ", " oO+++++...@ ", " @..... ", " oO+++...... ", " .@..... ", " oO++@@...... ", " ....@ .. ", " .. .....@ @ ", " @...@..@... ", " .#..... @.. ", " @.. #.. ", " ..@ ", " +.@ ", " ..$+ ", " .... ", " ", " ", " ", " "};