1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-11 02:03:56 +01:00

- prevented a crash adding the gopher keymap to the list of help

window's headers.
This commit is contained in:
cage 2022-09-20 18:49:15 +02:00
parent c9f76e0f19
commit d219a4b0ce

View File

@ -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"))