branch: externals/gnat-compiler commit a60dfd29b2970282e2b7d2f6dd08520d56d31586 Author: Stephen Leake <stephen_le...@stephe-leake.org> Commit: Stephen Leake <stephen_le...@stephe-leake.org>
File header fixes * gnat-alire.el: Delete Version, package-requires headers; this is not the main package file. * gnat-compiler.el: Match ELPA style requirements. --- gnat-alire.el | 2 -- gnat-compiler.el | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gnat-alire.el b/gnat-alire.el index af37a5f52a..5768d97615 100644 --- a/gnat-alire.el +++ b/gnat-alire.el @@ -4,8 +4,6 @@ ;; ;; Author: Stephen Leake <stephen_le...@member.fsf.org> ;; Maintainer: Stephen Leake <stephen_le...@member.fsf.org> -;; Version: 1.0 -;; package-requires: ((emacs "25.3") (wisi "4.0")) ;; ;; This file is part of GNU Emacs. ;; diff --git a/gnat-compiler.el b/gnat-compiler.el index a086a369be..266b8475f1 100644 --- a/gnat-compiler.el +++ b/gnat-compiler.el @@ -1,4 +1,4 @@ -;; gnat-compiler.el --- Support for running GNAT tools -*- lexical-binding:t -*- +;;; gnat-compiler.el --- Support for running GNAT tools -*- lexical-binding:t -*- ;; ;; GNAT is provided by AdaCore; see https://www.adacore.com/community ;; @@ -1460,4 +1460,5 @@ server executable not found; otherwise signal user-error." (eval-after-load 'ada-mode '(add-hook 'ada-mode-hook #'gnatprep-setup)) (provide 'gnat-compiler) -;; end of file + +;;; gnat-compiler.el ends here