Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/cvc3/files: 50cvc3-gentoo.el
Date: Thu, 31 May 2012 21:33:12
Message-Id: 20120531213302.ADD622004C@flycatcher.gentoo.org
1 ulm 12/05/31 21:33:02
2
3 Modified: 50cvc3-gentoo.el
4 Log:
5 Remove spurious comment from site-init file for Emacs.
6
7 (Portage version: 2.1.10.63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-mathematics/cvc3/files/50cvc3-gentoo.el
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cvc3/files/50cvc3-gentoo.el?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cvc3/files/50cvc3-gentoo.el?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cvc3/files/50cvc3-gentoo.el?r1=1.1&r2=1.2
15
16 Index: 50cvc3-gentoo.el
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cvc3/files/50cvc3-gentoo.el,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 50cvc3-gentoo.el 30 May 2012 00:51:22 -0000 1.1
23 +++ 50cvc3-gentoo.el 31 May 2012 21:33:02 -0000 1.2
24 @@ -1,5 +1,3 @@
25 -;;; teyjus site-lisp configuration
26 -
27 (add-to-list 'load-path "@SITELISP@")
28 (add-to-list 'auto-mode-alist '("\\.cvc\\'" . cvc-mode))
29 (autoload 'cvc-mode "cvc-mode" "CVC specifications editing mode." t)