branch: elpa/keycast commit e4ccf3ce902ee77d9b28e8ae2642dd60f231251d Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Require Emacs 28.1 --- keycast.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/keycast.el b/keycast.el index 2447e84726..fe91eacb14 100644 --- a/keycast.el +++ b/keycast.el @@ -7,7 +7,7 @@ ;; Keywords: multimedia ;; Package-Version: 1.4.1 -;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0")) +;; Package-Requires: ((emacs "28.1") (compat "30.0.0.0")) ;; SPDX-License-Identifier: GPL-3.0-or-later @@ -681,8 +681,6 @@ t to show the actual COMMAND, or a symbol to be shown instead." (define-minor-mode keycast-tab-bar-mode "Show current command and its key binding in the tab bar." :global t - (when (< emacs-major-version 28) - (user-error "`keycast-tab-bar-mode' requires Emacs 28.1")) (cond (keycast-tab-bar-mode (unless tab-bar-mode