From: João Távora Date: Tue, 4 Dec 2018 23:37:39 +0000 (+0000) Subject: Prepare lisp/progmodes/flymake.el for distribution in GNU ELPA X-Git-Tag: emacs-27.0.90~4047 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a162e276e377f112173bbe099900358f157edd1;p=emacs.git 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 --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 5352cc3fe6e..cbbb4d0dcb6 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -4,7 +4,8 @@ ;; Author: Pavel Kobyakov ;; Maintainer: João Távora -;; Version: 1.0 +;; Version: 1.0.1 +;; Package-Requires: ((emacs "26.1")) ;; Keywords: c languages tools ;; This file is part of GNU Emacs.