Mercurial > emacs
annotate lisp/sb-mail.xpm @ 58922:3e3c16ff820c
(find-file-other-window, find-file-other-frame):
Add the first buffer to the returned value to return the complete
list of all visited buffers.
(find-file-read-only, find-file-read-only-other-window)
(find-file-read-only-other-frame): Use nil for `mustmatch' arg of
`find-file-read-args'. Signal an error about non-existent file
only if file name doesn't contain wildcards. Toggle read-only in
all visited buffers.
(find-alternate-file, find-alternate-file-other-window):
Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
called interactively. Pass arg `wildcards' to other functions.
(find-file-noselect): Doc fix.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 13 Dec 2004 05:08:00 +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 " @@@@@@@@@@@@@@@@@@ "}; |