summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-12-04 08:20:43 +0000
committerPavel Janík <Pavel@Janik.cz>2002-12-04 08:20:43 +0000
commit3908a4199486cbe0258700a3c76a1ba26dca4ad3 (patch)
tree1c4c4adc35e34e9ec528d2c8c9d83d0fb73d3f3c
parent1312771b738b165089d1c3025bf8194ebcb02ade (diff)
downloademacs-3908a4199486cbe0258700a3c76a1ba26dca4ad3.tar.gz
(antlr): New URL.
-rw-r--r--lisp/progmodes/antlr-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el
index 40e2a18334c..751ccfc01f5 100644
--- a/lisp/progmodes/antlr-mode.el
+++ b/lisp/progmodes/antlr-mode.el
@@ -5,7 +5,7 @@
;; Author: Christoph.Wedler@sap.com
;; Keywords: languages
;; Version: 1.4
-;; X-URL: http://www.fmi.uni-passau.de/~wedler/antlr-mode/
+;; X-URL: http://antlr-mode.sourceforge.net/
;; This file is part of GNU Emacs.
@@ -77,7 +77,7 @@
;; Bug fixes, bug reports, improvements, and suggestions are strongly
;; appreciated. Please check the newest version first:
-;; http://www.fmi.uni-passau.de/~wedler/antlr-mode/changes.html
+;; http://antlr-mode.sourceforge.net/
;;; Installation:
@@ -149,7 +149,7 @@
"Major mode for ANTLR grammar files."
:group 'languages
:link '(emacs-commentary-link "antlr-mode.el")
- :link '(url-link "http://www.fmi.uni-passau.de/~wedler/antlr-mode/")
+ :link '(url-link "http://antlr-mode.sourceforge.net/")
:prefix "antlr-")
(defconst antlr-version "1.4"