Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/cedet/files: 50cedet-gentoo.el
Date: Sun, 01 Mar 2009 15:38:27
Message-Id: E1LdnkH-0001qY-9Z@stork.gentoo.org
1 ulm 09/03/01 15:38:25
2
3 Added: 50cedet-gentoo.el
4 Log:
5 Version bump, bug 260694. Change some install locations.
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-emacs/cedet/files/50cedet-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/files/50cedet-gentoo.el?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/files/50cedet-gentoo.el?rev=1.1&content-type=text/plain
13
14 Index: 50cedet-gentoo.el
15 ===================================================================
16
17 ;;; cedet site-lisp configuration
18
19 (load "@SITELISP@/common/cedet" nil t)
20 (add-to-list 'image-load-path "@SITEETC@/common/icons" t)
21 (setq srecode-map-load-path
22 (list "@SITEETC@/srecode/templates"
23 "@SITEETC@/ede/templates"
24 (expand-file-name "~/.srecode")))
25
26 ;; If you wish to customize CEDET, you will need to follow the
27 ;; directions in the INSTALL (installed in the documentation) file and
28 ;; customize your ~/.emacs /before/ site-gentoo is loaded.