view etc/letter.xbm @ 36819:c21e776b768a

(store_symval_forwarding): Add parameter BUF. If BUF is non-null, set a per-buffer value in BUF instead of the current buffer. (swap_in_global_binding, swap_in_symval_forwarding, Fset_default): Call store_symval_forwarding with BUF null. (set_internal): Call store_symval_forwarding with the BUF parameter passed to set_internal. Formerly, the value was always set in the current buffer; the buffer recorded in specbind for this case wasn't used. (arith_driver): Reindent.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 15 Mar 2001 09:44:10 +0000
parents 9e3307668ce3
children
line wrap: on
line source

#define letter_width 14
#define letter_height 10
static unsigned char letter_bits[] = {
   0xff, 0x3f, 0x07, 0x38, 0x09, 0x24, 0x11, 0x22, 0xe1, 0x21, 0xd1, 0x22,
   0x09, 0x24, 0x05, 0x28, 0x03, 0x30, 0xff, 0x3f};