mirror of https://codeberg.org/cage/tinmop/
- prevented a crash adding the gopher keymap to the list of help
window's headers.
This commit is contained in:
parent
c9f76e0f19
commit
d219a4b0ce
|
@ -528,6 +528,7 @@ and `make-blocking-list-dialog-window') showing the full docstring for a command
|
|||
(*thread-keymap* . (_ "Thread window keymap"))
|
||||
(*message-keymap* . (_ "Message window keymap"))
|
||||
(*gemini-message-keymap* . (_ "Gemini page keymap"))
|
||||
(*gopher-keymap* . (_ "Gopher window keymap"))
|
||||
(*tags-keymap* . (_ "Subscribed tags keymap"))
|
||||
(*conversations-keymap* . (_ "Conversation keymap"))
|
||||
(*send-message-keymap* . (_ "Post pleroma message keymap"))
|
||||
|
|
Loading…
Reference in New Issue