branch: externals/activities
commit 5025962126d140a7e26d36c3a2750bf4ff0bfd45
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>

    Meta: Reduce required Emacs version to 28.2
    
    Closes #153.  Thanks to Robert Weiner (@rswgnu).
---
 README.org    | 3 +++
 activities.el | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index d83c29f97d..5ccf1052c7 100644
--- a/README.org
+++ b/README.org
@@ -173,6 +173,9 @@ The sort order when completing activities can be configured 
using ~activities-so
 *Fixes*
 + Don't try to compute true filenames for remote files.  (See 
[[https://github.com/alphapapa/activities.el/issues/130][#130]], 
[[https://github.com/alphapapa/activities.el/pull/133][#133]].  Thanks to 
[[https://github.com/jdtsmith][JD Smith]].)
 
+*Compatibility*
++ Required Emacs version reduced to 28.2.  
([[https://github.com/alphapapa/activities.el/issues/153][#153]].  Thanks to 
[[https://github.com/rswgnu][Robert Weiner]].)
+
 ** v0.7.2
 
 *Fixes*
diff --git a/activities.el b/activities.el
index abb274456a..6e7ce9ac78 100644
--- a/activities.el
+++ b/activities.el
@@ -7,7 +7,7 @@
 ;; URL: https://github.com/alphapapa/activities.el
 ;; Keywords: convenience
 ;; Version: 0.8-pre
-;; Package-Requires: ((emacs "29.1") (persist "0.6"))
+;; Package-Requires: ((emacs "28.2") (persist "0.6"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

Reply via email to