view etc/letter.xpm @ 76335:dfdf18916e2d

* complete.el (PC-do-completion): If completion-ignore-case is non-nil, replace field with completion string before exiting.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 05 Mar 2007 14:54:56 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};