Skip to content

Commit db64b5f

Browse files
committed
use non-obsolete transient-define-prefix
1 parent e491a98 commit db64b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-pytest.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
116116
"Current command; used in python-pytest-mode buffers.")
117117

118118
;;;###autoload (autoload 'python-pytest-dispatch "python-pytest" nil t)
119-
(define-transient-command python-pytest-dispatch ()
119+
(transient-define-prefix python-pytest-dispatch ()
120120
"Show popup for running pytest."
121121
:man-page "pytest"
122122
:incompatible '(("--exitfirst" "--maxfail="))

0 commit comments

Comments
 (0)