# HG changeset patch # User Gerd Moellmann # Date 941108611 0 # Node ID b63d041c91081c8ce130c6255a4f951285c935e2 # Parent 91cb7b3bae3c8a18783fc6a10c011c8c7cc3cca0 Changed format of years in copyright notices. diff -r 91cb7b3bae3c -r b63d041c9108 lisp/progmodes/ada-stmt.el --- a/lisp/progmodes/ada-stmt.el Thu Oct 28 11:00:34 1999 +0000 +++ b/lisp/progmodes/ada-stmt.el Thu Oct 28 11:03:31 1999 +0000 @@ -1,8 +1,8 @@ ;;; ada-stmt.el - An extension to Ada mode for inserting statement templates. -;; Copyright (C) 1987, 1993, 1994, 1996, 1997 Free Software Foundation, Inc. +;; Copyright(C) 1987, 1993-1994, 1996-1998, 1999 Free Software Foundation, Inc. -;; Ada Core Technologies's version: $Revision: 1.1 $ +;; Ada Core Technologies's version: $Revision: 1.10 $ ;; Authors: Daniel Pfeiffer, Markus Heritsch, Rolf Ebert ;; Maintainer: Rolf Ebert @@ -38,7 +38,7 @@ ;; General cleanup and bug fixes. ;; ;; 1995/12/20 John Hutchison -;; made it work with skeleton.el from emacs-19.30. Several +;; made it work with skeleton.el from Emacs-19.30. Several ;; enhancements and bug fixes. ;; BUGS: @@ -163,7 +163,7 @@ (define-skeleton ada-array "Insert array type definition. -Uses the minibuffer to prompt for component type and index subtypes." +Prompt for component type and index subtypes." () "array (" ("index definition: " str ", " ) -2 ") of " _ ?\;)