Mercurial > emacs
annotate lisp/sb-mail.xpm @ 61431:bf74e258742e
(vhdl-mode-map-init): Don't override default
TAB binding so tab-always-indent is obeyed.
(vhdl-minibuffer-local-map): Move initialization into declaration.
(vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
(vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
(vhdl-hooked-abbrev): Avoid test for XEmacs.
(vhdl-current-line): Use line-beginning-position.
(vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
with-output-to-temp-buffer, so the current position can be recorded.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 10 Apr 2005 18:15:43 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_mail_xpm[] = { | |
55471 | 3 "20 15 5 1", |
28974 | 4 " c None", |
55471 | 5 ". c #B8B8B8", |
28974 | 6 "+ c #000000", |
55471 | 7 "@ c #828282", |
8 "# c #FFFFFF", | |
9 " .................. ", | |
10 ".++++++++++++++++++@", | |
11 ".++##############++@", | |
12 ".+#++##########++#+@", | |
13 ".+###++######++###+@", | |
14 ".+#####++##++#####+@", | |
15 ".+#######++#######+@", | |
16 ".+################+@", | |
17 ".+####+######+####+@", | |
18 ".+################+@", | |
19 ".+##+##########+##+@", | |
20 ".+################+@", | |
21 ".++##############++@", | |
22 ".++++++++++++++++++@", | |
23 " @@@@@@@@@@@@@@@@@@ "}; |