view etc/letter.xpm @ 53585:aaa866b1592f

(Compilation Functions): Expand descriptions of `compile-defun', `byte-compile-file', `byte-recompile-directory' and `batch-byte-compile'. In particular, mention and describe all optional arguments. (Disassembly): Correct and clarify the description of `disassemble'.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 14 Jan 2004 22:58:27 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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