emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/anzu 8e92765ab7 113/288: Specify Emacs version


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 8e92765ab7 113/288: Specify Emacs version
Date: Thu, 6 Jan 2022 03:58:45 -0500 (EST)

branch: elpa/anzu
commit 8e92765ab7ecb821017b4f03fa8678acc4720e53
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Specify Emacs version
    
    Because anzu.el cannot work on Emacs 23.
---
 anzu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anzu.el b/anzu.el
index e168c7c07d..d0c1e199f1 100644
--- a/anzu.el
+++ b/anzu.el
@@ -5,7 +5,7 @@
 ;; Author: Syohei YOSHIDA <syohex@gmail.com>
 ;; URL: https://github.com/syohex/emacs-anzu
 ;; Version: 0.31
-;; Package-Requires: ((cl-lib "0.5"))
+;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
 
 ;; 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

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