branch: elpa/with-editor commit 78136c418a13697b22e17a8e875c8a1b472b6ae4 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@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)