aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJoão Távora2018-12-04 23:37:39 +0000
committerJoão Távora2018-12-04 23:37:39 +0000
commit9a162e276e377f112173bbe099900358f157edd1 (patch)
tree4783b56cb605def443d1326e45a75f606ee98836 /lisp
parent4ef97113b24045e87ee05acb48bb2befad84d47a (diff)
downloademacs-9a162e276e377f112173bbe099900358f157edd1.tar.gz
emacs-9a162e276e377f112173bbe099900358f157edd1.zip
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
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/flymake.el3
1 files changed, 2 insertions, 1 deletions
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 @@
4 4
5;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> 5;; Author: Pavel Kobyakov <pk_at_work@yahoo.com>
6;; Maintainer: João Távora <joaotavora@gmail.com> 6;; Maintainer: João Távora <joaotavora@gmail.com>
7;; Version: 1.0 7;; Version: 1.0.1
8;; Package-Requires: ((emacs "26.1"))
8;; Keywords: c languages tools 9;; Keywords: c languages tools
9 10
10;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.