Mercurial > emacs
view lisp/toolbar/mh-logo.xpm @ 64586:675c97656ccc
(define-minor-mode): Never call the mode function using `eval-after-load'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 22 Jul 2005 01:26:03 +0000 |
parents | b35587af8747 |
children |
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 */ "........##........", ".......####.......", "......######......", "......######......", "....#########.....", "..##############..", ".##...######....#.", "##...#.#.####...#.", "....#..#.##.#...#.", "...#..##.#.#.#....", "...#..#..#..#.#...", "...#..#.##..#.##..", "...#..#.#..#....#." };