view etc/images/letter.xpm @ 97473:dbb95d0d31c2

* minibuffer.el (completion-boundaries): Doc fix. (display-completion-list): New arg BASE-SIZE, to specify an overriding base-size. * simple.el (completion-base-size): Doc fix. * emacs-lisp/lisp.el (lisp-complete-symbol): Supply match-size to display-completion-list.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 14 Aug 2008 23:43:53 +0000
parents a888cc87aa4f
children
line wrap: on
line source

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