Skip to content

Commit

Permalink
forge--topic-set-status-group: Remove duplicated binding
Browse files Browse the repository at this point in the history
`forge-topic-toggle-saved' should only be bound in
`forge--topic-set-local-group'.
  • Loading branch information
tarsius committed Feb 3, 2024
1 parent aeb7e8f commit 298e9f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lisp/forge-topic.el
Original file line number Diff line number Diff line change
Expand Up @@ -1030,8 +1030,7 @@ This mode itself is never used directly."
["Set status"
("s i" forge-topic-status-set-unread)
("s p" forge-topic-status-set-pending)
("s d" forge-topic-status-set-done)
("s s" forge-topic-toggle-saved)])
("s d" forge-topic-status-set-done)])

(defconst forge--topic-set-slots-group
["Set"
Expand Down

0 comments on commit 298e9f6

Please sign in to comment.