]> code.delx.au - gnu-emacs/commitdiff
Changed format of years in copyright notices.
authorGerd Moellmann <gerd@gnu.org>
Thu, 28 Oct 1999 11:03:31 +0000 (11:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 28 Oct 1999 11:03:31 +0000 (11:03 +0000)
lisp/progmodes/ada-stmt.el

index 9f822ddfb9f46bfca5faca83cac833727ace5514..f16bbf08cbf4f4c4e070317703c46ec5e50479d1 100644 (file)
@@ -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 <ebert@waporo.muc.de>
 ;; Maintainer: Rolf Ebert <ebert@waporo.muc.de>
@@ -38,7 +38,7 @@
 ;; General cleanup and bug fixes.
 ;;
 ;; 1995/12/20  John Hutchison <hutchiso@epi.syr.ge.com>
-;; 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:
 
 (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 " _ ?\;)