Mercurial > emacs
view etc/tree-widget/default/open.xpm @ 82033:6df2ca7b3d53
(diff-beginning-of-file-and-junk): New function.
(diff-file-kill): Use it.
(diff-beginning-of-hunk): Add arg `try-harder' using it.
(diff-restrict-view, diff-find-source-location, diff-refine-hunk):
Use it so they find the hunk even when we're in the file header.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 22 Jul 2007 21:26:34 +0000 |
parents | 37975f598c83 |
children |
line wrap: on
line source
/* XPM */ static char * open_xpm[] = { "16 21 11 1", " c None", ". c #004200", "+ c #296329", "@ c #316331", "# c #396B39", "$ c #427342", "% c #4A734A", "& c #4A7B4A", "* c #528452", "= c #5A845A", "- c #A5A5C6", " ", " ", " ", " ", " ", " ... ", " ..+.. ", " ..+@#.. ", " ..+@##$.. ", "..+@##$%&.. ", ".+@##$%&*=. ", "..##$%&*=.. ", " ..$%&*=.. ", " ..&*=.. ", " ..=.. ", " ... ", " - ", " - ", " - ", " - ", " - "};