From: João Távora Date: Sat, 30 Jun 2018 20:11:05 +0000 (+0100) Subject: * lisp/jsonrpc.el: Add "Package-Requires" and "Version" headers X-Git-Tag: emacs-27.0.90~4741 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37dd95866a004a9db1d77f075715243246033773;p=emacs.git * lisp/jsonrpc.el: Add "Package-Requires" and "Version" headers --- 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