1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-17 08:10:36 +01:00

- removed a command that leads to a crash when main window is displaying a fediverse post.

This commit is contained in:
cage 2024-06-21 18:53:16 +02:00
parent 01ef182d14
commit dcfbce1bae

View File

@ -415,8 +415,6 @@
(define-key "N" #'repeat-search *message-keymap*) (define-key "N" #'repeat-search *message-keymap*)
(define-key "b" #'net-address-history-back *message-keymap*)
(define-key "d" #'delete-shown-post *message-keymap*) (define-key "d" #'delete-shown-post *message-keymap*)
(define-key "down" #'message-scroll-down *message-keymap*) (define-key "down" #'message-scroll-down *message-keymap*)