view etc/images/mh-logo.xpm @ 93010:6bc37f1965b5

(kill-this-buffer): Use menu-bar-non-minibuffer-window-p to check if the current buffer is the minibuffer, and in this case call abort-recursive-edit to kill the minibuffer. Doc fix. (kill-this-buffer-enabled-p): Allow this function to return non-nil when the current buffer is the minibuffer.
author Juri Linkov <juri@jurta.org>
date Sun, 16 Mar 2008 17:44:20 +0000
parents 7b615e6c0ea5
children 97ef75402706
line wrap: on
line source

/* XPM */
static char *mh-e[] = {
/* width height num_colors chars_per_pixel */
"    18    13        2            1",
/* colors */
"# c #666699",
". c None s None",
/* pixels */
"........##........",
".......####.......",
"......######......",
"......######......",
"....#########.....",
"..##############..",
".##...######....#.",
"##...#.#.####...#.",
"....#..#.##.#...#.",
"...#..##.#.#.#....",
"...#..#..#..#.#...",
"...#..#.##..#.##..",
"...#..#.#..#....#."
};