Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7aeff5ab
Commit
7aeff5ab
authored
Apr 28, 2002
by
Richard M. Stallman
Browse files
Comment change.
parent
005e0d57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/progmodes/ada-mode.el
lisp/progmodes/ada-mode.el
+3
-3
No files found.
lisp/progmodes/ada-mode.el
View file @
7aeff5ab
...
...
@@ -7,7 +7,7 @@
;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
;; Emmanuel Briot <briot@gnat.com>
;; Maintainer: Emmanuel Briot <briot@gnat.com>
;; Ada Core Technologies's version: $Revision: 1.4
8
$
;; Ada Core Technologies's version: $Revision: 1.4
9
$
;; Keywords: languages ada
;; This file is part of GNU Emacs.
...
...
@@ -155,7 +155,7 @@ If IS-XEMACS is non-nil, check for XEmacs instead of Emacs."
(condition-case nil (require 'find-file) (error nil)))
;; This call should not be made in the release that is done for the
;; official
FSF
Emacs, since it does nothing useful for the latest version
;; official Emacs, since it does nothing useful for the latest version
(if (not (ada-check-emacs-version 21 1))
(require 'ada-support))
...
...
@@ -1085,7 +1085,7 @@ name"
;;;###autoload
(defun ada-mode ()
"Ada mode is the major mode for editing Ada code.
This version was built on $Date: 200
1/12/26 14:40:09
$.
This version was built on $Date: 200
2/04/09 18:50:17
$.
Bindings are as follows: (Note: 'LFD' is control-j.)
\\{ada-mode-map}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment