diff options
| author | Richard M. Stallman | 2002-04-28 21:14:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-28 21:14:17 +0000 |
| commit | 7aeff5ab52e58cf8c279cb01591d5f3f8d5aac42 (patch) | |
| tree | 9ebe194a5bf0037e85a5f85afa1ee0e202cf421f | |
| parent | 005e0d57fc82a1f6ca8b207e2d94dc9849e5e71f (diff) | |
| download | emacs-7aeff5ab52e58cf8c279cb01591d5f3f8d5aac42.tar.gz emacs-7aeff5ab52e58cf8c279cb01591d5f3f8d5aac42.zip | |
Comment change.
| -rw-r--r-- | lisp/progmodes/ada-mode.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 794a94f2b9b..62c70da0c92 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> | 7 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> |
| 8 | ;; Emmanuel Briot <briot@gnat.com> | 8 | ;; Emmanuel Briot <briot@gnat.com> |
| 9 | ;; Maintainer: Emmanuel Briot <briot@gnat.com> | 9 | ;; Maintainer: Emmanuel Briot <briot@gnat.com> |
| 10 | ;; Ada Core Technologies's version: $Revision: 1.48 $ | 10 | ;; Ada Core Technologies's version: $Revision: 1.49 $ |
| 11 | ;; Keywords: languages ada | 11 | ;; Keywords: languages ada |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| @@ -155,7 +155,7 @@ If IS-XEMACS is non-nil, check for XEmacs instead of Emacs." | |||
| 155 | (condition-case nil (require 'find-file) (error nil))) | 155 | (condition-case nil (require 'find-file) (error nil))) |
| 156 | 156 | ||
| 157 | ;; This call should not be made in the release that is done for the | 157 | ;; This call should not be made in the release that is done for the |
| 158 | ;; official FSF Emacs, since it does nothing useful for the latest version | 158 | ;; official Emacs, since it does nothing useful for the latest version |
| 159 | (if (not (ada-check-emacs-version 21 1)) | 159 | (if (not (ada-check-emacs-version 21 1)) |
| 160 | (require 'ada-support)) | 160 | (require 'ada-support)) |
| 161 | 161 | ||
| @@ -1085,7 +1085,7 @@ name" | |||
| 1085 | ;;;###autoload | 1085 | ;;;###autoload |
| 1086 | (defun ada-mode () | 1086 | (defun ada-mode () |
| 1087 | "Ada mode is the major mode for editing Ada code. | 1087 | "Ada mode is the major mode for editing Ada code. |
| 1088 | This version was built on $Date: 2001/12/26 14:40:09 $. | 1088 | This version was built on $Date: 2002/04/09 18:50:17 $. |
| 1089 | 1089 | ||
| 1090 | Bindings are as follows: (Note: 'LFD' is control-j.) | 1090 | Bindings are as follows: (Note: 'LFD' is control-j.) |
| 1091 | \\{ada-mode-map} | 1091 | \\{ada-mode-map} |