Mercurial > emacs
annotate lisp/toolbar/lc-left_arrow.xpm @ 65894:e0cf1ed38749
(recentf-menu-open-all-flag): New option.
(recentf-digit-shortcut-command-name): New function.
(recentf--shortcuts-keymap): New variable.
(recentf-menu-shortcuts): New variable.
(recentf-make-menu-items): Initialize it. Replace the "More..."
menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
(recentf-menu-value-shortcut): New function.
(recentf-make-menu-item): Use it. No more in-lined.
(recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
(recentf-open-most-recent-file): Rename from
`recentf-open-file-with-key'. Don't depend on key binding.
(recentf-mode-map): New variable.
(recentf-mode): Use it.
author | David Ponce <david@dponce.com> |
---|---|
date | Fri, 07 Oct 2005 07:52:31 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * left_arrow2_xpm[] = { | |
3 "24 24 7 1", | |
4 " c None", | |
5 ". c #87AF85", | |
6 "+ c #000100", | |
7 "@ c #BBBDBA", | |
8 "# c #504D46", | |
9 "$ c #6B6B66", | |
10 "% c #3E4850", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " + ", | |
15 " ++ ", | |
16 " +@+ ", | |
17 " +@@+ ", | |
18 " +@@@++++++++ ", | |
19 " +@@@@@@@@@@.+ ", | |
20 " +@.@@@@...@.$+ ", | |
21 " %@.@@@..@@@@..+ ", | |
22 " +@............$+ ", | |
23 " +#...........#+ ", | |
24 " +#..........#+ ", | |
25 " +#..########+ ", | |
26 " +#.#++++++++ ", | |
27 " +##+ ", | |
28 " +#+ ", | |
29 " ++ ", | |
30 " + ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " "}; |