Mercurial > hg > xemacs-beta
view etc/custom/face.xpm @ 2021:cb22c508fb00
[xemacs-hg @ 2004-04-17 09:59:24 by michaels]
2004-04-09 Mike Sperber <mike@xemacs.org>
* minibuf.el (reset-buffer): Zap the mark of the minibuffer as
well, to prevent it from hijacking other buffers' marks when
typing in the minibuffer later.
author | michaels |
---|---|
date | Sat, 17 Apr 2004 09:59:25 +0000 |
parents | 5a88923fcbfe |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char *face[] = { /* width height num_colors chars_per_pixel */ " 17 17 4 1", /* colors */ ". c #000000", "a c #a8b038", "b c #f8f800", "c s None c None", /* pixels */ "ccccccccccccccccc", "ccccccccccccccccc", "cccccbbbbbbcccccc", "ccccbbbbbbbbccccc", "cccbbbbbbbbbbcccc", "ccbbbbbbbbbbbbccc", "cbbaaabbbbaaabbcc", "cbbbbbbbbbbbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbaaaabbbbbcc", "ccbbabbbbbbabbccc", "cccbbabbbbabbcccc", "ccccbbaaaabbccccc", "cccccbbbbbbcccccc", "ccccccccccccccccc" };