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

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

[nongnu] elpa/with-editor 78136c418a 2/7: Drop support for Emacs 24


From: ELPA Syncer
Subject: [nongnu] elpa/with-editor 78136c418a 2/7: Drop support for Emacs 24
Date: Fri, 22 Apr 2022 18:59:26 -0400 (EDT)

branch: elpa/with-editor
commit 78136c418a13697b22e17a8e875c8a1b472b6ae4
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Drop support for Emacs 24
    
    Please update to Emacs 25 or 26 or 27 or 28.
---
 lisp/with-editor.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 9d0e5297eb..63e0e3ca89 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -10,7 +10,7 @@
 ;; Keywords: tools
 ;; Homepage: https://github.com/magit/with-editor
 
-;; Package-Requires: ((emacs "24.4"))
+;; Package-Requires: ((emacs "25.1"))
 ;; Package-Version: 3.2.0-git
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
@@ -84,11 +84,9 @@
 ;;; Code:
 
 (require 'cl-lib)
-(eval-when-compile
-  (require 'pcase) ; `pcase-dolist' is not autoloaded on Emacs 24.
-  (require 'subr-x))
 (require 'server)
 (require 'shell)
+(eval-when-compile (require 'subr-x))
 
 (eval-when-compile
   (progn (require 'dired nil t)



reply via email to

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