view etc/letter.xpm @ 75637:3c400628967a

* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename from define-global-minor-mode. * progmodes/cwarn.el (global-cwarn-mode): * emacs-lisp/autoload.el (make-autoload): * hi-lock.el (global-hi-lock-mode): * font-core.el (global-font-lock-mode): All callers changed.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 03 Feb 2007 17:24:01 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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