branch: externals/a68-mode commit da85c33e6032c4eeaafec9d4b678ffe22d05e754 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
fix package header --- algol-mode.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/algol-mode.el b/algol-mode.el index f370953a40..bbec57761e 100644 --- a/algol-mode.el +++ b/algol-mode.el @@ -1,9 +1,15 @@ ;;; a68-mode.el --- Major mode for editing Algol 68 code ;; Copyright (C) 2011 Jose E. Marchesi -;; Copyright (C) 2021 Omar Polo +;; Copyright (C) 2021 Omar Polo <o...@omarpolo.com> +;; Author: Jose E. Marchesi +;; Omar Polo <o...@omarpolo.com> ;; Maintainer: Omar Polo +;; URL: https://git.omarpolo.com/a68-mode +;; Keywords: languages +;; Version: 0 +;; Package-Requires: ((emacs "24.3")) ;; This file is NOT part of GNU Emacs.