Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cmt/files: 80cmt-mode-gentoo.el
Date: Mon, 13 Oct 2008 22:09:43
Message-Id: E1KpVbg-0004Vl-ML@stork.gentoo.org
1 bicatali 08/10/13 22:09:40
2
3 Modified: 80cmt-mode-gentoo.el
4 Log:
5 Fixed emacs site file and emacs file installation, thanks to ulm, closing bug #241588.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.2 dev-util/cmt/files/80cmt-mode-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/files/80cmt-mode-gentoo.el?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/files/80cmt-mode-gentoo.el?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/files/80cmt-mode-gentoo.el?r1=1.1&r2=1.2
14
15 Index: 80cmt-mode-gentoo.el
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmt/files/80cmt-mode-gentoo.el,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 80cmt-mode-gentoo.el 15 Sep 2007 13:14:48 -0000 1.1
22 +++ 80cmt-mode-gentoo.el 13 Oct 2008 22:09:40 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -;; Automatically load the CMT mode.
25
26 -(autoload 'cmt-mode "cmt-mode" "CMT requirements file editing mode." t)
27 -(setq auto-mode-alist
28 - (append (list (cons "requirements$" 'cmt-mode)) auto-mode-alist))
29 +;;; cmt site-lisp configuration
30
31 +(add-to-list 'load-path "@SITELISP@")
32 +(autoload 'cmt-mode "cmt-mode" "CMT requirements file editing mode." t)
33 +(add-to-list 'auto-mode-alist '("requirements\\'" . cmt-mode))