summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-05-31 21:33:02 +0000
committerUlrich Müller <ulm@gentoo.org>2012-05-31 21:33:02 +0000
commitc98b41b49c23c8e701f468301f17c791fb99e263 (patch)
tree4992389bc26b25dedcae0d8e91ef959ca828ce54 /sci-mathematics/cvc3
parentUse latest from git which should be reasonable stable. (diff)
downloadgentoo-2-c98b41b49c23c8e701f468301f17c791fb99e263.tar.gz
gentoo-2-c98b41b49c23c8e701f468301f17c791fb99e263.tar.bz2
gentoo-2-c98b41b49c23c8e701f468301f17c791fb99e263.zip
Remove spurious comment from site-init file for Emacs.
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/cvc3')
-rw-r--r--sci-mathematics/cvc3/ChangeLog5
-rw-r--r--sci-mathematics/cvc3/files/50cvc3-gentoo.el2
2 files changed, 4 insertions, 3 deletions
diff --git a/sci-mathematics/cvc3/ChangeLog b/sci-mathematics/cvc3/ChangeLog
index 236286228415..ab598dc013e7 100644
--- a/sci-mathematics/cvc3/ChangeLog
+++ b/sci-mathematics/cvc3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/cvc3
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cvc3/ChangeLog,v 1.1 2012/05/30 00:51:22 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cvc3/ChangeLog,v 1.2 2012/05/31 21:33:02 ulm Exp $
+
+ 31 May 2012; Ulrich Müller <ulm@gentoo.org> files/50cvc3-gentoo.el:
+ Remove spurious comment from site-init file for Emacs.
*cvc3-2.4.1 (30 May 2012)
diff --git a/sci-mathematics/cvc3/files/50cvc3-gentoo.el b/sci-mathematics/cvc3/files/50cvc3-gentoo.el
index 2c8b4011acbd..8e046edf7ad1 100644
--- a/sci-mathematics/cvc3/files/50cvc3-gentoo.el
+++ b/sci-mathematics/cvc3/files/50cvc3-gentoo.el
@@ -1,5 +1,3 @@
-;;; teyjus site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(add-to-list 'auto-mode-alist '("\\.cvc\\'" . cvc-mode))
(autoload 'cvc-mode "cvc-mode" "CVC specifications editing mode." t)