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

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

[nongnu] elpa/git-commit 3ea3970cfe 2/3: Remove invalid message on how t


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 3ea3970cfe 2/3: Remove invalid message on how to handle outdated transient
Date: Tue, 6 Feb 2024 21:59:37 -0500 (EST)

branch: elpa/git-commit
commit 3ea3970cfe3ddd5ddce404d79d1620e97cc0a70a
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Remove invalid message on how to handle outdated transient
    
    While it is part of Emacs, Transient isn't actually a "core" package,
    and the instructions that were added in [1: 041f034c6d], therefore do
    not apply.
    
    1: 2023-12-10 041f034c6d4974ff4370fc67a0eea9970665b3bc
       Inform users if they have to manually upgrade transient
---
 lisp/magit-mode.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
index 11d93cab0c..8506213120 100644
--- a/lisp/magit-mode.el
+++ b/lisp/magit-mode.el
@@ -35,12 +35,6 @@
 (require 'help-mode)
 
 (require 'transient)
-(unless (fboundp 'transient-prefix-object)
-  (display-warning 'magit (substitute-command-keys
-                           (format magit--core-upgrade-instructions
-                                   'transient "0.5.0" 'transient
-                                   'transient 'transient 'transient))
-                   :emergency))
 
 (defvar bookmark-make-record-function)
 (defvar magit--wip-inhibit-autosave)



reply via email to

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