Mercurial > emacs
annotate etc/images/separator.xpm @ 110417:8a3552ec7934
* lisp/indent.el (indent-according-to-mode): Apply syntax-propertize.
(indent-region): Use indent-according-to-mode.
* test/indent/octave.m: Remove one more `fixindent'. Use `end'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 18 Sep 2010 18:21:16 +0200 |
parents | 75b06a7624a1 |
children | bc8dc4ac1e28 |
rev | line source |
---|---|
69424
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
2 static char * separator_xpm[] = { |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
3 "2 24 3 1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
4 " c None", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
5 ". c #DBD3CB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
6 "+ c #FCFBFA", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
7 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
8 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
9 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
10 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
11 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
12 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
13 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
14 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
15 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
16 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
17 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
18 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
19 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
20 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
21 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
22 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
23 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
24 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
25 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
26 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
27 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
28 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
29 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
30 " "}; |