Mercurial > emacs
annotate etc/images/custom/down-pushed.xpm @ 111435:810cef5c0eee
Replace unneeded compatibility definitions with point-at-bol, point-at-eol.
* lisp/progmodes/verilog-mode.el (verilog-get-beg-of-line)
(verilog-get-end-of-line): Remove.
(verilog-within-string, verilog-re-search-forward-substr)
(verilog-re-search-backward-substr, verilog-set-auto-endcomments)
(verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
Use point-at-bol, point-at-eol.
* lisp/progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
Remove.
(pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
(electric-pascal-terminate-line, pascal-set-auto-comments)
(pascal-indent-paramlist, pascal-indent-declaration)
(pascal-get-lineup-indent, pascal-func-completion)
(pascal-get-completion-decl, pascal-var-completion, pascal-completion):
Use point-at-bol, point-at-eol.
* lisp/progmodes/flymake.el (flymake-line-beginning-position)
(flymake-line-end-position): Remove.
(flymake-highlight-line): Use point-at-bol, point-at-eol.
* lisp/eshell/esh-util.el (line-end-position, line-beginning-position):
Remove compat definitions.
* net/tramp/tramp-compat.el: Comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 06 Nov 2010 18:50:52 -0700 |
parents | 87681b1f74ce |
children |
rev | line source |
---|---|
94864 | 1 /* XPM */ |
2 static char * down_pushed_xpm[] = { | |
107166
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
99675
diff
changeset
|
3 "8 12 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 ", |
107166
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
99675
diff
changeset
|
15 " OX ", |
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
99675
diff
changeset
|
16 " ", |
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
99675
diff
changeset
|
17 " ", |
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
99675
diff
changeset
|
18 " ", |
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
99675
diff
changeset
|
19 " "}; |