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

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

[elpa] externals/transient 65f4eac 3/3: Silence type-compiler


From: Jonas Bernoulli
Subject: [elpa] externals/transient 65f4eac 3/3: Silence type-compiler
Date: Wed, 25 Aug 2021 05:52:44 -0400 (EDT)

branch: externals/transient
commit 65f4eac82c564204d20df0a606dc2fcaa72cc41e
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Silence type-compiler
    
    While this variable is conceptually unused,
    the macro-expansion actually uses it.
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 4cbc421..4d1df2f 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3266,7 +3266,7 @@ Show the first one that is specified."
         (transient--describe-function (oref transient--prefix command)))
     (if-let ((prefix (get (transient--suffix-command obj) 'transient--prefix))
              (manpage (oref prefix man-page))
-             (_ (not (eq this-command (oref transient--prefix command)))))
+             (- (not (eq this-command (oref transient--prefix command)))))
         (transient--show-manpage manpage)
       (transient--describe-function this-original-command))))
 



reply via email to

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