(antlr): New URL.
This commit is contained in:
parent
85d30d29aa
commit
edf997018e
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* progmodes/antlr-mode.el (antlr): New URL.
|
||||
|
||||
2002-12-10 R. Bernstein <rocky@panix.com>
|
||||
|
||||
* gud.el (bashdb): Prompt now included parenthesis for subshell
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
;; 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.
|
||||
|
||||
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue