diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/antlr-mode.el | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 690ded3bfad..6453121bebc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * progmodes/antlr-mode.el (antlr): New URL. | ||
| 4 | |||
| 1 | 2002-12-10 R. Bernstein <rocky@panix.com> | 5 | 2002-12-10 R. Bernstein <rocky@panix.com> |
| 2 | 6 | ||
| 3 | * gud.el (bashdb): Prompt now included parenthesis for subshell | 7 | * gud.el (bashdb): Prompt now included parenthesis for subshell |
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index a3d30425eab..b87c7c52b39 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Christoph.Wedler@sap.com | 5 | ;; Author: Christoph.Wedler@sap.com |
| 6 | ;; Keywords: languages | 6 | ;; Keywords: languages |
| 7 | ;; Version: 2.1 | 7 | ;; Version: 2.1 |
| 8 | ;; X-URL: http://www.fmi.uni-passau.de/~wedler/antlr-mode/ | 8 | ;; X-URL: http://antlr-mode.sf.net |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -103,7 +103,7 @@ | |||
| 103 | 103 | ||
| 104 | ;; Bug fixes, bug reports, improvements, and suggestions are strongly | 104 | ;; Bug fixes, bug reports, improvements, and suggestions are strongly |
| 105 | ;; appreciated. Please check the newest version first: | 105 | ;; appreciated. Please check the newest version first: |
| 106 | ;; http://www.fmi.uni-passau.de/~wedler/antlr-mode/changes.html | 106 | ;; http://antlr-mode.sf.net |
| 107 | 107 | ||
| 108 | ;;; Installation: | 108 | ;;; Installation: |
| 109 | 109 | ||
| @@ -181,7 +181,7 @@ | |||
| 181 | "Major mode for ANTLR grammar files." | 181 | "Major mode for ANTLR grammar files." |
| 182 | :group 'languages | 182 | :group 'languages |
| 183 | :link '(emacs-commentary-link "antlr-mode.el") | 183 | :link '(emacs-commentary-link "antlr-mode.el") |
| 184 | :link '(url-link "http://www.fmi.uni-passau.de/~wedler/antlr-mode/") | 184 | :link '(url-link "http://antlr-mode.sf.net") |
| 185 | :prefix "antlr-") | 185 | :prefix "antlr-") |
| 186 | 186 | ||
| 187 | (defconst antlr-version "2.1" | 187 | (defconst antlr-version "2.1" |