emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 37dd958 1/2: * lisp/jsonrpc.el: Add "Package-Requir


From: João Távora
Subject: [Emacs-diffs] master 37dd958 1/2: * lisp/jsonrpc.el: Add "Package-Requires" and "Version" headers
Date: Sat, 30 Jun 2018 16:15:52 -0400 (EDT)

branch: master
commit 37dd95866a004a9db1d77f075715243246033773
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    * 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 8cc853e..6d16da7 100644
--- a/lisp/jsonrpc.el
+++ b/lisp/jsonrpc.el
@@ -5,6 +5,11 @@
 ;; Author: João Távora <address@hidden>
 ;; Maintainer: João Távora <address@hidden>
 ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]