[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 9a162e2: Prepare lisp/progmodes/flymake.el for dist
From: |
João Távora |
Subject: |
[Emacs-diffs] master 9a162e2: Prepare lisp/progmodes/flymake.el for distribution in GNU ELPA |
Date: |
Tue, 4 Dec 2018 18:37:47 -0500 (EST) |
branch: master
commit 9a162e276e377f112173bbe099900358f157edd1
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>
Prepare lisp/progmodes/flymake.el for distribution in GNU ELPA
* lisp/progmodes/flymake.el (Package-Requires): Require Emacs
26.1. (Version): Bump to 1.0.1
---
lisp/progmodes/flymake.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 5352cc3..cbbb4d0 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -4,7 +4,8 @@
;; Author: Pavel Kobyakov <address@hidden>
;; Maintainer: João Távora <address@hidden>
-;; Version: 1.0
+;; Version: 1.0.1
+;; Package-Requires: ((emacs "26.1"))
;; Keywords: c languages tools
;; This file is part of GNU Emacs.