Mercurial > emacs
view etc/images/close.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 | 28718fa5d988 |
children |
line wrap: on
line source
/* XPM */ static char * close_xpm[] = { "24 24 2 1", " c None", ". c #000000", " ", " ", " ", " ", " ", " ", " . . ", " . ... ", " .. .... ", " .. ... ", " ..... ", " ... ", " ..... ", " ....... ", " ... .... ", " ... .... ", " ... .. ", " ", " ", " ", " ", " ", " ", " "};