annotate lisp/toolbar/mh-logo.xpm @ 50914:26edd9033fca

Use the original buffer-name as `base' in place of the nondirectory part of the file name. (uniquify-rationalize-file-buffer-names): Split the `newbuffile' arg into `base' and `dirname'. Reuse old uniquify-items to avoid recomputing their base&dirname. (uniquify-buffer-file-name): Only return the directory part. (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names. (rename-buffer): Use the `newname' arg as base. (create-file-buffer): Split the file name into base and dirname.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 09 May 2003 13:19:15 +0000
parents b35587af8747
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49578
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
1 /* XPM */
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
2 static char *mh-e[] = {
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
3 /* width height num_colors chars_per_pixel */
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
4 " 18 13 2 1",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
5 /* colors */
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
6 "# c #666699",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
7 ". c None s None",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
8 /* pixels */
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
9 "........##........",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
10 ".......####.......",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
11 "......######......",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
12 "......######......",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
13 "....#########.....",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
14 "..##############..",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
15 ".##...######....#.",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
16 "##...#.#.####...#.",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
17 "....#..#.##.#...#.",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
18 "...#..##.#.#.#....",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
19 "...#..#..#..#.#...",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
20 "...#..#.##..#.##..",
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
21 "...#..#.#..#....#."
b35587af8747 Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
22 };