]> git.eshelyaron.com Git - emacs.git/commitdiff
(antlr): New URL.
authorPavel Janík <Pavel@Janik.cz>
Wed, 4 Dec 2002 08:20:43 +0000 (08:20 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 4 Dec 2002 08:20:43 +0000 (08:20 +0000)
lisp/progmodes/antlr-mode.el

index 40e2a18334cb404ad1223ee3bed20f94a8e790f2..751ccfc01f595de77ff5b49ddfd74acc85003f4e 100644 (file)
@@ -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:
 
   "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"