Mercurial > emacs
view lisp/toolbar/home.xpm @ 38138:a7bf2382c0d7
(dabbrev--make-friend-buffer-list): New function,
broken out from dabbrev--find-expansion. Handle minibuffer
specially here.
(dabbrev--find-expansion): Simplify code in various ways.
Don't treat minibuffers specially.
Call dabbrev--make-friend-buffer-list.
(dabbrev--select-buffers): Don't treat minibuffers specially.
Simplify.
(dabbrev--scanning-message): Do nothing when minibuffer is current.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 20 Jun 2001 11:03:58 +0000 |
parents | 54d90c318dfd |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char * home_xpm[] = { "24 24 9 1", " c None", ". c #020202", "+ c #6C7962", "@ c #7A8A6E", "# c #FEFEFE", "$ c #7E8E76", "% c #82927A", "& c #C8CEC4", "* c #E3E7E1", " ", " ", " ", " ", " . ... ", " .#. .&. ", " .#*%..&. ", " .##&&$.&. ", " .##&&&&$&. ", " .*#&&&&&&@. ", " .##&&&&&&&&+. ", " .###&&&&&&&&&+. ", " ...##&&&&&&&&+... ", " .##&&&&&&&&+. ", " .##....&&&&+. ", " .##.&&.&&&&+. ", " .##.&&.&&&&+. ", " .#*.&&.&&&&+. ", " .&+.++.+++++. ", " ............. ", " ", " ", " ", " "};