summaryrefslogtreecommitdiff
path: root/lisp/jsonrpc.el
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2018-06-30 21:11:05 +0100
committerJoão Távora <joaotavora@gmail.com>2018-06-30 21:12:23 +0100
commit37dd95866a004a9db1d77f075715243246033773 (patch)
tree235e833d16f8ec0ea952efc4a1baf6df36eb6e4e /lisp/jsonrpc.el
parent8af26410a91c3c9679bb0281ddd71f0dd77ec97c (diff)
downloademacs-37dd95866a004a9db1d77f075715243246033773.tar.gz
* lisp/jsonrpc.el: Add "Package-Requires" and "Version" headers
Diffstat (limited to 'lisp/jsonrpc.el')
-rw-r--r--lisp/jsonrpc.el5
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