Mercurial > emacs
view etc/images/smilies/blink.xpm @ 65668:bbff73cbd15c
(version-regexp-alist): Extend valid syntax for version strings:
allow any of the characters -,_,+ to separate the alpha/beta/rc part
from the version part. Doc fix.
(version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 24 Sep 2005 10:40:13 +0000 |
parents | 210af0ad3d35 |
children |
line wrap: on
line source
/* XPM */ static char * blink_xpm[] = { "13 14 3 1", " c None", ". c #000000", "+ c #FFDD00", " ....... ", " ..+++++.. ", " .+++++++++. ", ".+++++++++++.", ".+++++++..++.", ".+++++++..++.", ".++...++++++.", ".+++++++++++.", ".++++++++.++.", ".++.+++++.++.", ".+++.....+++.", " .+++++++++. ", " ..+++++.. ", " ....... "};