aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-04-07 00:16:13 +0000
committerKarl Heuer <[email protected]>1995-04-07 00:16:13 +0000
commitf470f9bd66f6bf522f9adc23fcc90ab8285a04e7 (patch)
tree169029cdafc70da1ba168d0b3ce06db8eed1966c /lisp/progmodes
parent4ac771a01fba836aed44a0ffbbc1895d728f614a (diff)
Update copyright.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ada-mode.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index 699f2f2f7f..f7077ad426 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -1,5 +1,5 @@
;;; ada-mode.el - An Emacs major-mode for editing Ada source.
-;;; Copyright (C) 1994 Free Software Foundation, Inc.
+;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;;; Authors: Markus Heritsch <[email protected]>
;;; Rolf Ebert <[email protected]>
@@ -108,11 +108,11 @@
;;; LCD Archive Entry:
;;; ada-mode|Rolf Ebert|<[email protected]>
;;; |Major-mode for Ada
-;;; |$Date: 1995/03/02 11:07:44 $|$Revision: 1.3 $|
+;;; |$Date: 1995/04/04 03:00:59 $|$Revision: 1.4 $|
-(defconst ada-mode-version (substring "$Revision: 1.3 $" 11 -2)
- "$Id: ada-mode.el,v 1.3 1995/03/02 11:07:44 simon Exp kwzh $
+(defconst ada-mode-version (substring "$Revision: 1.4 $" 11 -2)
+ "$Id: ada-mode.el,v 1.4 1995/04/04 03:00:59 kwzh Exp kwzh $
Report bugs to: Rolf Ebert <[email protected]>")