Mercurial > emacs
view lisp/gnus/blink.xpm @ 58135:d1dc3a090a71
(math-read-brackets, math-check-for-commas): Use declared variable
math-exp-pos.
(math-check-for-commas): Use declared variable math-exp-str.
(math-read-brackets): Use declared variables math-exp-old-pos,
math-exp-keep-spaces.
(math-read-brackets, math-read-vector, math-read-matrix): Use
declared variable math-exp-token.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 11 Nov 2004 05:53:19 +0000 |
parents | 55fd4f77387a |
children |
line wrap: on
line source
/* XPM */ static char * blink_xpm[] = { "13 14 3 1", " c None", ". c #000000", "+ c #FFDD00", " ....... ", " ..+++++.. ", " .+++++++++. ", ".+++++++++++.", ".+++++++..++.", ".+++++++..++.", ".++...++++++.", ".+++++++++++.", ".++++++++.++.", ".++.+++++.++.", ".+++.....+++.", " .+++++++++. ", " ..+++++.. ", " ....... "};