view src/bitmaps/gray.xbm @ 97479:e00b8bd1e485

* minibuffer.el (display-completion-list): Revert last change. Only default base-size to zero if completing in the minibuffer. * emacs-lisp/lisp.el (lisp-complete-symbol): Revert last change.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 15 Aug 2008 00:11:17 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};