aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/antlr-mode.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-12-11 06:58:54 +0000
committerPavel Janík <[email protected]>2002-12-11 06:58:54 +0000
commitedf997018eb063b7a3bfe7a514badfd2c0ea9bbc (patch)
treebbcfc6e369538f3bce83793fdb54b1d580282c2c /lisp/progmodes/antlr-mode.el
parent85d30d29aa469958cca50edeb82f704a9e69a728 (diff)
(antlr): New URL.
Diffstat (limited to 'lisp/progmodes/antlr-mode.el')
-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 a3d30425ea..b87c7c52b3 100644
--- a/lisp/progmodes/antlr-mode.el
+++ b/lisp/progmodes/antlr-mode.el
@@ -5,7 +5,7 @@
;; Author: [email protected]
;; Keywords: languages
;; Version: 2.1
-;; X-URL: http://www.fmi.uni-passau.de/~wedler/antlr-mode/
+;; X-URL: http://antlr-mode.sf.net
;; This file is part of GNU Emacs.
@@ -103,7 +103,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.sf.net
;;; Installation:
@@ -181,7 +181,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.sf.net")
:prefix "antlr-")
(defconst antlr-version "2.1"