Mercurial > emacs
annotate lisp/sb-dir.xpm @ 64718:40aaf4d2def3
(thumbs-find-image): Don't make variables automatically buffer local.
(thumbs-current-tmp-filename, thumbs-current-image-filename, thumbs-image-num):
Make automatically buffer local.
(thumbs-show-thumbs-list): Use `make-local-variable', not
`make-variable-buffer-local'.
(thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 02 Aug 2005 10:25:26 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_dir_xpm[] = { | |
55471 | 3 "20 15 5 1", |
28974 | 4 " c None", |
55471 | 5 ". c #B8B8B8", |
28974 | 6 "+ c #000000", |
7 "@ c #FFF993", | |
55471 | 8 "# c #828282", |
9 " ...... ", | |
10 " .++++++. ", | |
11 ".+@@@@@@+......... ", | |
12 ".+@@@@@@@+++++++++. ", | |
13 ".+@@@@@@@@@@@@@@@@+#", | |
14 ".+@@@@@@@@@@@@@@@@+#", | |
15 ".+@@@@@@@@@@@@@@@@+#", | |
16 ".+@@@@@@@@@@@@@@@@+#", | |
17 ".+@@@@@@@@@@@@@@@@+#", | |
18 ".+@@@@@@@@@@@@@@@@+#", | |
19 ".+@@@@@@@@@@@@@@@@+#", | |
20 ".+@@@@@@@@@@@@@@@@+#", | |
21 ".+@@@@@@@@@@@@@@@@+#", | |
22 " #++++++++++++++++# ", | |
23 " ################ "}; |