Mercurial > emacs
annotate etc/images/custom/down-pushed.xpm @ 105965:3f64b8380468
* textmodes/ispell.el (ispell-skip-region-alist):
* textmodes/css-mode.el (auto-mode-alist):
* progmodes/compile.el (auto-mode-alist):
* international/mule.el (ctext-non-standard-encodings-alist)
(ctext-non-standard-encodings-regexp):
* simple.el (shell-command-switch, text-read-only):
* replace.el (occur-mode-map):
* paths.el (rmail-file-name):
* jka-cmpr-hook.el (jka-compr-build-file-regexp):
* find-file.el (ff-special-constructs):
* files.el (file-name-handler-alist):
* composite.el: Purecopy strings.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 12 Nov 2009 06:55:39 +0000 |
parents | b0ca8a5b94ae |
children | 87681b1f74ce |
rev | line source |
---|---|
94864 | 1 /* XPM */ |
2 static char * down_pushed_xpm[] = { | |
99675
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
3 "8 8 4 1", |
94864 | 4 " c none", |
5 ". c gray45", | |
6 "X c gray90", | |
99675
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
7 "O c gray60", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
8 "........", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
9 ".OOOOOOX", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
10 " .OOOOX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
11 " .OOOOX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
12 " .OOX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
13 " .OOX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
14 " OX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
15 " OX "}; |