Mercurial > emacs
view lisp/toolbar/refile.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 | 2568d5a27317 |
children |
line wrap: on
line source
/* XPM */ static char * refile_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 7 1", " c None", ". c black", "X c #a5d8a5d89550", "o c #d305d305bc3c", "O c #ea03ea03d271", "+ c #828282827474", "@ c #61b761b7600a", /* pixels */ " . ", " ..X. ", " ..XoO.... ", " ..XooooO.+. ", " ..XooooooOX.. .. ", " .@@ooooooOOO@. ... ", " .O@oooooOOOOO..@@. ", " .OO@oooOOOOOO..@@. ", " ...OO@XooOOOOO...@@. ", " ..+.O@XooOOOO..@@@@@. ", " .++..XooOOOO..@@@@@@. ", " .++.@oooOO...@@@@@@@. ", " ..+.XooOOO..@@@@@@@. ", " .++.OOOO.@@@@@@@@. ", " .+.oOO..@@@@@@@. ", " .++.OO.@@@@@@@. ", " .++.O.@@@@@.. ", " ..+.O.@@@@@. ", " .++..@@@@. ", " ..++.@@@. ", " .+.@@. ", " ...@. ", " ... ", " . "};