Mercurial > emacs
annotate lisp/sb-mail.xpm @ 46992:6529728ddf05
Version 2.0.13 released.
(tramp-handle-write-region): Don't check to see if remote end is
awake after sending data to remote host: we want to send "EOF" not
"echo are you awake"...
(tramp-maybe-open-connection): Swap args for tramp-time-diff.
(tramp-yn-prompt-regexp): New variable.
(tramp-action-yn): New function, using it.
(tramp-feature-write-region-fix): New internal variable. Not yet
used. Should be used in `tramp-handle-write-region'.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Wed, 21 Aug 2002 15:04:29 +0000 |
parents | c0758fd9ca7a |
children | c2a09ac7b7b1 |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_mail_xpm[] = { | |
3 "20 15 4 1", | |
4 " c None", | |
5 ". c #828282", | |
6 "+ c #000000", | |
7 "@ c #FFFFFF", | |
8 "................... ", | |
9 ".++++++++++++++++++.", | |
10 ".++@@@@@@@@@@@@@@++.", | |
11 ".+@++@@@@@@@@@@++@+.", | |
12 ".+@@@++@@@@@@++@@@+.", | |
13 ".+@@@@@++@@++@@@@@+.", | |
14 ".+@@@@@@@++@@@@@@@+.", | |
15 ".+@@@@@@@@@@@@@@@@+.", | |
16 ".+@@@@+@@@@@@+@@@@+.", | |
17 ".+@@@@@@@@@@@@@@@@+.", | |
18 ".+@@+@@@@@@@@@@+@@+.", | |
19 ".+@@@@@@@@@@@@@@@@+.", | |
20 ".++@@@@@@@@@@@@@@++.", | |
21 ".++++++++++++++++++.", | |
22 " .................. "}; |