]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/antlr-mode.el
(antlr): New URL.
[gnu-emacs] / lisp / progmodes / antlr-mode.el
index b7315bd41af82d9ee2d38d7628f7da93ff97ca72..b87c7c52b39241e537ca204286ae2365372fcc49 100644 (file)
@@ -1,11 +1,11 @@
 ;;; antlr-mode.el --- major mode for ANTLR grammar files
 
-;; Copyright (C) 1999-2001 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
 ;;
 ;; Author: Christoph.Wedler@sap.com
 ;; 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.
 
 
 ;; 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:
 
   "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"