Mercurial > emacs
view etc/images/low-color/left-arrow.xpm @ 104508:90ca5d588aa9
* cedet/semantic.el: Add autoloads for semantic/idle functions.
* cedet/semantic/util.el (semantic--completion-cache): New var.
(semantic-symbol-start, semantic-find-tag-for-completion)
(semantic-complete-symbol): New functions, adapted from Senator.
* bindings.el (complete-symbol): Try semantic-complete-symbol if
no tag table is active.
* cedet/semantic/idle.el (define-semantic-idle-service): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 21 Sep 2009 15:59:48 +0000 |
parents | 28718fa5d988 |
children |
line wrap: on
line source
/* XPM */ static char * left_arrow2_xpm[] = { "24 24 7 1", " c None", ". c #87AF85", "+ c #000100", "@ c #BBBDBA", "# c #504D46", "$ c #6B6B66", "% c #3E4850", " ", " ", " ", " + ", " ++ ", " +@+ ", " +@@+ ", " +@@@++++++++ ", " +@@@@@@@@@@.+ ", " +@.@@@@...@.$+ ", " %@.@@@..@@@@..+ ", " +@............$+ ", " +#...........#+ ", " +#..........#+ ", " +#..########+ ", " +#.#++++++++ ", " +##+ ", " +#+ ", " ++ ", " + ", " ", " ", " ", " "};