From 37dd95866a004a9db1d77f075715243246033773 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sat, 30 Jun 2018 21:11:05 +0100 Subject: [PATCH] * lisp/jsonrpc.el: Add "Package-Requires" and "Version" headers --- lisp/jsonrpc.el | 5 +++++ 1 file changed, 5 insertions(+) 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 ;; Maintainer: João Távora ;; 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 -- 2.39.2