Mercurial > emacs
view etc/images/gud/stop.xpm @ 111633:4e76c4e4f20f
calc.texi (TeX and LaTeX Language Modes, Predefined Units):
calc-units.el (math-build-units-table-buffer):
README: Mention that the TeX specific units won't use the `tex' prefix
in TeX mode.
calc-lang.el (math-variable-table): Don't use the `tex' prefix for
units in TeX mode.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 18 Nov 2010 19:14:36 -0600 |
parents | 55c8407fa5ee |
children |
line wrap: on
line source
/* XPM */ static char * stop_xpm[] = { "24 24 3 1", " c None", ". c #cc0033", "X c #FFFFFFFFFFFF", " ", " ", " .......... ", " ............ ", " .............. ", " ................ ", " .................. ", " ..XX..XXX..XX..XXX.. ", " .X..X..X..X..X.X..X. ", " .X.....X..X..X.X..X. ", " .X.....X..X..X.X..X. ", " ..X....X..X..X.X..X. ", " ...X...X..X..X.XXX.. ", " ....X..X..X..X.X.... ", " ....X..X..X..X.X.... ", " .X..X..X..X..X.X.... ", " ..XX...X...XX..X.... ", " .................. ", " ................ ", " .............. ", " ............ ", " .......... ", " ", " "};