]> git.eshelyaron.com Git - emacs.git/commitdiff
Allow project/xref packages to be used in Emacs 26.1
authorJoão Távora <joaotavora@gmail.com>
Thu, 28 Jan 2021 03:18:12 +0000 (04:18 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Jan 2021 03:18:12 +0000 (04:18 +0100)
* lisp/progmodes/project.el: Change Package-Requires to Emacs 26.1
(bug#44671).

* lisp/progmodes/xref.el: Ditto.

lisp/progmodes/project.el
lisp/progmodes/xref.el

index 768cd58ae44bddbd79639accfa2d483340ec6cf3..fc5e30111e5c9f4f7dfac7823f31d5fb95c63cd5 100644 (file)
@@ -1,8 +1,8 @@
 ;;; project.el --- Operations on the current project  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
-;; Version: 0.5.3
-;; Package-Requires: ((emacs "26.3") (xref "1.0.2"))
+;; Version: 0.5.4
+;; Package-Requires: ((emacs "26.1") (xref "1.0.2"))
 
 ;; This is a GNU ELPA :core package.  Avoid using functionality that
 ;; not compatible with the version of Emacs recorded above.
index 898cb4fb4c15a3a9aded4d67cc4aeffc1743bac6..07a65d4ed93600c0a003b0fe81024cb6139af958 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014-2021 Free Software Foundation, Inc.
 ;; Version: 1.0.4
-;; Package-Requires: ((emacs "26.3"))
+;; Package-Requires: ((emacs "26.1"))
 
 ;; This is a GNU ELPA :core package.  Avoid functionality that is not
 ;; compatible with the version of Emacs recorded above.