]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/ada-stmt.el
Spelling fixes.
[gnu-emacs] / lisp / progmodes / ada-stmt.el
index 103bc093bdb3adf3f7972af21967ccc63694d18b..e48055c9f504591ba87d19a4cdff2ba42ef0c0e9 100644 (file)
@@ -1,14 +1,13 @@
 ;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates
 
-;; Copyright (C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-;;   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1987, 1993-1994, 1996-2011  Free Software Foundation, Inc.
 
 ;; Authors: Daniel Pfeiffer
 ;;     Markus Heritsch
 ;;     Rolf Ebert <ebert@waporo.muc.de>
 ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
 ;; Keywords: languages, ada
+;; Package: ada-mode
 
 ;; This file is part of GNU Emacs.
 
@@ -483,5 +482,4 @@ Invoke right after `ada-function-spec' or `ada-procedure-spec'."
 
 (provide 'ada-stmt)
 
-;; arch-tag: 94f51555-cc0e-44e5-8865-8788aae8ecd3
 ;;; ada-stmt.el ends here