diff options
| author | Augusto Stoffel <arstoffel@gmail.com> | 2024-10-06 02:51:37 +0200 |
|---|---|---|
| committer | Augusto Stoffel <arstoffel@gmail.com> | 2024-10-06 02:51:37 +0200 |
| commit | 98518166efe18c2f2dd9a1c4c89430b83fdbbe3c (patch) | |
| tree | 1409955e03eef6e3c99068ca880a20a30b2c4f19 | |
| parent | 04a8793072f1fc7c23f115e2c7ee83ce669b6fa4 (diff) | |
Fix Package-Requires header
| -rw-r--r-- | devdocs.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ;; Author: Augusto Stoffel <arstoffel@gmail.com> ;; Keywords: help ;; URL: https://github.com/astoff/devdocs.el -;; Package-Requires: ((emacs "27.1") ("compat 29.1")) +;; Package-Requires: ((emacs "27.1") (compat "29.1")) ;; Version: 0.6.1 ;; This program is free software; you can redistribute it and/or modify |
