diff options
author | João Távora <joaotavora@gmail.com> | 2018-06-30 21:11:05 +0100 |
---|---|---|
committer | João Távora <joaotavora@gmail.com> | 2018-06-30 21:12:23 +0100 |
commit | 37dd95866a004a9db1d77f075715243246033773 (patch) | |
tree | 235e833d16f8ec0ea952efc4a1baf6df36eb6e4e /lisp/jsonrpc.el | |
parent | 8af26410a91c3c9679bb0281ddd71f0dd77ec97c (diff) | |
download | emacs-37dd95866a004a9db1d77f075715243246033773.tar.gz emacs-37dd95866a004a9db1d77f075715243246033773.tar.bz2 emacs-37dd95866a004a9db1d77f075715243246033773.zip |
* lisp/jsonrpc.el: Add "Package-Requires" and "Version" headers
Diffstat (limited to 'lisp/jsonrpc.el')
-rw-r--r-- | lisp/jsonrpc.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el index 8cc853ed5e3..6d16da71535 100644 --- a/lisp/jsonrpc.el +++ b/lisp/jsonrpc.el @@ -5,6 +5,11 @@ ;; Author: João Távora <joaotavora@gmail.com> ;; Maintainer: João Távora <joaotavora@gmail.com> ;; Keywords: processes, languages, extensions +;; Package-Requires: ((emacs "26.1")) +;; Version: 1.0.0 + +;; This is an Elpa :core package. Don't use functionality that is not +;; compatible with Emacs 26.1. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |