monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 44367326170d6b999d938e6acbba4736eb0959ee
Author: Mosè Giordano <[email protected]>
Date: Mon Jul 22 21:40:59 2013 +0200
Update reference from CVS to Git in some comments.
* auctex.spec (Provides): Update reference to Git in comment.
* bib-cite.el: Update AUCTeX repository link in comment.
---
ChangeLog | 4 ++++
auctex.spec | 2 +-
bib-cite.el | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 312a249..8e74472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-07-22 Mos� Giordano <[email protected]>
+ * auctex.spec (Provides): Update reference to Git in comment.
+
+ * bib-cite.el: Update AUCTeX repository link in comment.
+
* font-latex.el (font-latex-built-in-keyword-classes): Fix
fontification of some biblatex macros. Reported by Christian
Kn�pfer.
diff --git a/auctex.spec b/auctex.spec
index 3d5f7bc..a482661 100644
--- a/auctex.spec
+++ b/auctex.spec
@@ -104,7 +104,7 @@ probably best solved by not installing this package).
%setup
%build
-# The below will make the package build from a tar straight from CVS
+# The below will make the package build from a tar straight from Git
# NOT RECOMMENDED, but useful for testing!
test -f ./configure || ./autogen.sh
%configure --with-emacs INSTALL_INFO=: --without-texmf-dir
diff --git a/bib-cite.el b/bib-cite.el
index ad6f166..5909276 100644
--- a/bib-cite.el
+++ b/bib-cite.el
@@ -38,8 +38,8 @@
;; New versions of this package (if they exist) may be found at:
;; http://people.debian.org/~psg/elisp/bib-cite.el
-;; and in AUCTeX's CVS archive at
-;; http://savannah.gnu.org/cgi-bin/viewcvs/auctex/auctex/
+;; and in AUCTeX's Git archive at
+;; http://git.savannah.gnu.org/cgit/auctex.git
;; Operating Systems:
;; Works in unix, DOS and OS/2. Developped under Linux.