From: Gerd Moellmann Date: Thu, 28 Oct 1999 11:03:31 +0000 (+0000) Subject: Changed format of years in copyright notices. X-Git-Tag: emacs-pretest-21.0.90~6270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb8abe0d110b1bf09e95f424cf608b6d40972071;p=emacs.git Changed format of years in copyright notices. --- diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index 9f822ddfb9f..f16bbf08cbf 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el @@ -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 " _ ?\;)