Mercurial > emacs
annotate etc/images/low-color/copy.xpm @ 111726:b299531e6c80
diary-lib.el diary-outlook* changes.
* lisp/calendar/diary-lib.el (diary-outlook-format-1): New function, so that
diary-outlook-formats can be sensitive to calendar-date-style.
(diary-outlook-formats): Simplify the default setting.
(diary-from-outlook-internal): Pass subject and body as arguments.
Use dolist rather than dotimes. Don't save the diary buffer.
(diary-from-outlook-gnus, diary-from-outlook-rmail):
Pass subject and body as explicit arguments to the -internal function.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 25 Nov 2010 19:10:16 -0800 |
parents | 45a69ccc2f35 |
children |
rev | line source |
---|---|
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
1 /* XPM */ |
66732 | 2 static char * copy_xpm[] = { |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
3 "24 24 6 1", |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
4 " c None", |
66732 | 5 ". c #000100", |
6 "+ c #BBBDBA", | |
7 "@ c #FFFFFF", | |
8 "# c #6B6B66", | |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
9 "$ c #504D46", |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
10 " ", |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
11 " ", |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
12 " ", |
66732 | 13 "............. ", |
14 ".+@@@@@@@@@@+. ", | |
15 ".@@@@@@@@@@@@. ", | |
16 ".@+###@+#@#+@. ", | |
17 ".@@@@@@@@@@@@. ", | |
18 ".@#$@##+@............ ", | |
19 ".@@@@@@@.+@@@@@@@@@@+. ", | |
20 ".@+##@##.@@@@@@@@@@@@. ", | |
21 ".@@@@@@@.@+##+@+#@#+@. ", | |
22 ".@#$$@##.@@@@@@@@@@@@. ", | |
23 ".@@@@@@@.@##@##+@+#@@. ", | |
24 ".@+##@##.@@@@@@@@@@@@. ", | |
25 ".@@@@@@@.@+##@##+@+#@. ", | |
26 ".+@@@@@@.@@@@@@@@@@@@. ", | |
27 " ........@###@##+@+#@. ", | |
28 " .@@@@@@@@@@@@. ", | |
29 " .@+##@##+@+#@. ", | |
30 " .@@@@@@@@@@@@. ", | |
31 " .+@@@@@@@@@@+. ", | |
32 " .............. ", | |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
33 " "}; |