diff options
-rw-r--r-- | lisp/ChangeLog | 9 | ||||
-rw-r--r-- | lisp/progmodes/ada-mode.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/ada-prj.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/ada-xref.el | 4 |
4 files changed, 15 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d902dd8624b..4f1aa6368f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> + + * progmodes/ada-prj.el: Say that the file _is_ part of Emacs. + From Pavel Jan,Bm(Bk <Pavel@Janik.cz> + + * progmodes/ada-mode.el: Ditto. + + * progmodes/ada-xref.el: Ditto. + 2001-07-11 Miles Bader <miles@gnu.org> * finder.el (finder-insert-at-column): Also move to the next line diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 87077367907..938232a140a 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -6,10 +6,10 @@ ;; 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.38 $ +;; Ada Core Technologies's version: $Revision: 1.39 $ ;; Keywords: languages ada -;; This file is not part of GNU Emacs +;; This file is part of GNU Emacs ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el index b5ff7833222..8a2da6f79b5 100644 --- a/lisp/progmodes/ada-prj.el +++ b/lisp/progmodes/ada-prj.el @@ -3,10 +3,10 @@ ;; Copyright (C) 1998, 1999 Free Software Foundation, Inc. ;; Author: Emmanuel Briot <briot@gnat.com> -;; Ada Core Technologies's version: $Revision: 1.3 $ +;; Ada Core Technologies's version: $Revision: 1.4 $ ;; Keywords: languages, ada, project file -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index dcdf483c45e..8e9692dfc4d 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el @@ -6,10 +6,10 @@ ;; Rolf Ebert <ebert@inf.enst.fr> ;; Emmanuel Briot <briot@gnat.com> ;; Maintainer: Emmanuel Briot <briot@gnat.com> -;; Ada Core Technologies's version: $Revision: 1.3 $ +;; Ada Core Technologies's version: $Revision: 1.4 $ ;; Keywords: languages ada xref -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |