view src/bitmaps/gray1.xbm @ 55121:06d6dda8a91c

(ielm-prompt-read-only): New user option. (ielm-prompt): Expand docstring to describe new behavior. (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and mention it in the docstring.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 24 Apr 2004 22:56:34 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};