branch: externals/shell-command+ commit 8b9d2b20bc3d7158d319afff3a4256afe40ffd2f Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Bump minimal version to 24.3 I am using 'user-error' at one point, that was not available in 24.1. It is perhaps risky to assume that because nobody has ever complained, that nobody is using 'shell-command+' on a very old Emacs build, but I will do so anyway. If you are affected by this change, send a message to my public inbox: ~pkal/public-in...@lists.sr.ht --- shell-command+.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-command+.el b/shell-command+.el index d1babbdd35..67a6866d51 100644 --- a/shell-command+.el +++ b/shell-command+.el @@ -6,7 +6,7 @@ ;; Maintainer: Philip Kaludercic <~pkal/public-in...@lists.sr.ht> ;; Version: 3.0.0pre ;; Keywords: unix, processes, convenience -;; Package-Requires: ((emacs "24.1")) +;; Package-Requires: ((emacs "24.3")) ;; URL: https://git.sr.ht/~pkal/shell-command-plus ;; This program is free software; you can redistribute it and/or modify