aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ada-prj.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-07-16 07:46:48 +0000
committerPavel Janík <[email protected]>2001-07-16 07:46:48 +0000
commit3afbc435ac942072f42bf795dea22131b03c8d93 (patch)
tree6715b27c5ef636a36a491d4b6f5d39896cf7b472 /lisp/progmodes/ada-prj.el
parent5d3d1e3209acdc38227b0ec5bdd8c4a31f58d8d4 (diff)
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/progmodes/ada-prj.el')
-rw-r--r--lisp/progmodes/ada-prj.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el
index f2b133a07e..d6ded072a0 100644
--- a/lisp/progmodes/ada-prj.el
+++ b/lisp/progmodes/ada-prj.el
@@ -1,9 +1,9 @@
-;;; @(#) ada-prj.el --- Easy editing of project files for the ada-mode
+;;; ada-prj.el --- easy editing of project files for the ada-mode
;; Copyright (C) 1998, 1999 Free Software Foundation, Inc.
;; Author: Emmanuel Briot <[email protected]>
-;; Ada Core Technologies's version: $Revision: 1.5 $
+;; Ada Core Technologies's version: $Revision: 1.6 $
;; Keywords: languages, ada, project file
;; This file is part of GNU Emacs.
@@ -23,6 +23,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; This package provides a set of functions to easily edit the project
;;; files used by the ada-mode.
;;; The only function publicly available here is `ada-customize'.
@@ -31,7 +33,7 @@
;;; Internally, a project file is represented as a property list, with each
;;; field of the project file matching one property of the list.
-;; Code:
+;;; Code:
;; ----- Requirements -----------------------------------------------------
@@ -644,4 +646,5 @@ AFTER-TEXT is inserted just after the widget."
(ada-prj-add-ada-menu)
(provide 'ada-prj)
-;;; package ada-prj.el ends here
+
+;;; ada-prj.el ends here