diff options
Diffstat (limited to 'lisp/progmodes/ada-mode.el')
-rw-r--r-- | lisp/progmodes/ada-mode.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index ed4eca76687..bbb363e64bd 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -1,12 +1,13 @@ ;;; ada-mode.el --- An Emacs major-mode for editing Ada source. -;;; Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc. -;;; Authors: Rolf Ebert <ebert@inf.enst.fr> -;;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> -;;; Keywords: languages oop ada -;;; Rolf Ebert's version: 2.25 +;; Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc. -;;; This file is part of GNU Emacs. +;; Authors: Rolf Ebert <ebert@inf.enst.fr> +;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> +;; Keywords: languages oop ada +;; Rolf Ebert's version: 2.25 + +;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |