Mercurial > emacs
view etc/images/gud/next.xpm @ 68366:f148491791ae
Remove unnecessary leading stars in docstrings.
(calendar-week-start-day): Add an :initializer.
(calendar-mode-map): Use suppress-keymap, and command remapping.
(describe-calendar-mode): Setup xref-stack info for the back button.
(calendar-star-date): Insert before delete.
(calendar-set-mode-line): Add file-modified info if applicable.
(calendar-increment-month): New function.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 24 Jan 2006 17:07:29 +0000 |
parents | f309eed9f854 |
children |
line wrap: on
line source
/* XPM */ static char * next_xpm[] = { "24 24 7 1", " c None", ". c #cc0033", "X c #616161", "o c #2a1f55", "O c #adadad", "+ c #d40000", "@ c #cc9999", " ", " ", " ", " ", " .......... ", " . . ", " . . ", " . Xo oX . ", " . XoO OoX . ", " . oo oo +@.@+ ", " oo oo @...@ ", " oo oo ... ", " oX Xo @.@ ", " oo oo . ", " oX Xo ", " oo oo ", " oo oo ", " oo oo ", " XoO OoX ", " Xo oX ", " ", " ", " ", " "};