view etc/letter.xpm @ 53976:b2fbe05650de

(comment-insert-comment-function, comment-region-function, uncomment-region-function): New functions. (comment-indent): Use comment-insert-comment-function. (uncomment-region): Use uncomment-region-function. (comment-region): Use comment-region-function.
author Eli Zaretskii <eliz@is.elta.co.il>
date Mon, 16 Feb 2004 12:33:55 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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