summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-10 06:30:33 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-10 06:30:33 +0100
commitd601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb (patch)
tree0339b89fd03e38c327c77c40f25864a2b9666078 /lisp/progmodes
parent59db96d83ae837b3a3d82a979cd97a271bcd86bf (diff)
parent7a25ba0fdebf5e94fa5a3a3d992424f86b1547cc (diff)
downloademacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.tar.gz
emacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.tar.bz2
emacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.zip
Merge from origin/emacs-28
7a25ba0fde ; * lisp/image-dired.el: Fix typo. dda6337066 emacsclient takes more care about XDG_RUNTIME_DIR 26fb4168b8 ; Prefer HTTPS in more URLs 6b89578524 ; * lisp/progmodes/flymake.el: Update the minimum Emacs ve...
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/flymake.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 4f9506c98b9..72199b33a43 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -6,7 +6,7 @@
;; Maintainer: João Távora <joaotavora@gmail.com>
;; Version: 1.2.1
;; Keywords: c languages tools
-;; Package-Requires: ((emacs "26.1") (eldoc "1.1.0") (project "0.7.1"))
+;; Package-Requires: ((emacs "28.1") (eldoc "1.1.0") (project "0.7.1"))
;; This is a GNU ELPA :core package. Avoid functionality that is not
;; compatible with the version of Emacs recorded above.