Mercurial > emacs
view etc/images/low-color/new.xpm @ 78354:d80d780fd6b4
Fix problem with modes derived from CC Mode: Move macro
`c-make-emacs-variables-local' from cc-mode.el to cc-langs.el. Call it
from c-make-init-lang-vars-fun (cc-langs.el) instead of
c-init-language-vars-for (cc-mode.el).
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Sat, 28 Jul 2007 11:45:55 +0000 |
parents | 28718fa5d988 |
children |
line wrap: on
line source
/* XPM */ static char * new2_xpm[] = { "24 24 6 1", " c None", ". c #FFFFFF", "+ c #BBBDBA", "@ c #000100", "# c #6B6B66", "$ c #504D46", " ", " @@@@@@@@@@@@@ ", " @+..........+$@ ", " @...........+++@ ", " @...........+..+@ ", " @...........+...#@ ", " @...........+...++@ ", " @...........+@@@@@@@ ", " @............++++##@ ", " @.............++++#@ ", " @...............++#@ ", " @................+#@ ", " @.................#@ ", " @.................+@ ", " @.................+@ ", " @...............+++@ ", " @..............++++@ ", " @.............+++++@ ", " @............++++++@ ", " @............++++++@ ", " @+...+.+.+.++++++++@ ", " @+++++++++++++++++#@ ", " @@@@@@@@@@@@@@@@@@ ", " "};