view src/point.h @ 66626:8d60d23ffa33

* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom. (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute) (mh-reply, mh-send, mh-send-other-window) (mh-fill-paragraph-function): Sync docstrings with manual. * mh-customize.el (mh-redist-full-contents-flag): Convert defvar to defcustom. (mh-compose-forward-as-mime-flag) (mh-compose-letter-function, mh-forward-subject-format) (mh-insert-x-mailer-flag, mh-reply-default-reply-to) (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings with manual.
author Bill Wohler <wohler@newt.com>
date Wed, 02 Nov 2005 01:13:07 +0000
parents 695cf19ef79e
children 375f2633d815
line wrap: on
line source

#define point_width 5
#define point_height 19
static char point_bits[] = {
   0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f};

/* arch-tag: a8dad510-7254-4964-b71e-bb6f81cce572
   (do not change this comment) */