summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-04-29 19:01:52 +0000
committerUlrich Müller <ulm@gentoo.org>2012-04-29 19:01:52 +0000
commitac940efcbcc7f00c933d1870288256761ddab962 (patch)
tree1934e542be068e8095e11db1b51b6d76bc46d19f /app-emacs/cedet/files
parentwrong use of scr_unpack scr_prepare fixed (diff)
downloadgentoo-2-ac940efcbcc7f00c933d1870288256761ddab962.tar.gz
gentoo-2-ac940efcbcc7f00c933d1870288256761ddab962.tar.bz2
gentoo-2-ac940efcbcc7f00c933d1870288256761ddab962.zip
Version bump.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/cedet/files')
-rw-r--r--app-emacs/cedet/files/50cedet-gentoo.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/cedet/files/50cedet-gentoo.el b/app-emacs/cedet/files/50cedet-gentoo.el
index 600ad3ba7e96..b11d4ee2c280 100644
--- a/app-emacs/cedet/files/50cedet-gentoo.el
+++ b/app-emacs/cedet/files/50cedet-gentoo.el
@@ -1,7 +1,8 @@
(require 'cedet "@SITELISP@/common/cedet")
(when (boundp 'image-load-path)
(add-to-list 'image-load-path "@SITEETC@/common/icons" t)
- (add-to-list 'image-load-path "@SITEETC@/cogre" t))
+ (add-to-list 'image-load-path "@SITEETC@/cogre" t)
+ (add-to-list 'image-load-path "@SITEETC@/speedbar" t))
(setq srecode-map-load-path
(list "@SITEETC@/srecode/templates"
"@SITEETC@/ede/templates"