summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-07-11 10:21:04 +0000
committerEli Zaretskii <eliz@gnu.org>2001-07-11 10:21:04 +0000
commit874d799506e93f330a6c09c93c1c7af37f54937c (patch)
tree16e4eec53e24c26aa69f6f961569c52658e97b15
parentff524b84a830cd647e8b17e35787b438e253d365 (diff)
downloademacs-874d799506e93f330a6c09c93c1c7af37f54937c.tar.gz
Say that the file _is_ part of Emacs.
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/progmodes/ada-mode.el4
-rw-r--r--lisp/progmodes/ada-prj.el4
-rw-r--r--lisp/progmodes/ada-xref.el4
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