emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2a71831: Allow project/xref packages to be used in Emacs 26.1


From: Lars Ingebrigtsen
Subject: master 2a71831: Allow project/xref packages to be used in Emacs 26.1
Date: Wed, 27 Jan 2021 22:18:22 -0500 (EST)

branch: master
commit 2a71831eb3dcd122ee4f91254b31a801922c7917
Author: João Távora <joaotavora@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Allow project/xref packages to be used in Emacs 26.1
    
    * lisp/progmodes/project.el: Change Package-Requires to Emacs 26.1
    (bug#44671).
    
    * lisp/progmodes/xref.el: Ditto.
---
 lisp/progmodes/project.el | 4 ++--
 lisp/progmodes/xref.el    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 768cd58..fc5e301 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -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.
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 898cb4f..07a65d4 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]