Skip to content

Commit

Permalink
contrib/telega-transient: Use mandatory arglist argument
Browse files Browse the repository at this point in the history
Fixes #397
  • Loading branch information
zevlg committed Mar 16, 2023
1 parent d8c1e23 commit 0c23da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/telega-transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
;; single vector, see `magit-diff' as example
(defmacro telega-transient-define-prefix-by-keymap (name label keymap)
(declare (indent 2))
`(transient-define-prefix ,name
`(transient-define-prefix ,name nil
,(format "Transient command for `%S' keymap." keymap)
[,label
,@(mapcar (lambda (kf)
Expand Down

0 comments on commit 0c23da9

Please sign in to comment.