# HG changeset patch # User Oleksandr Gavenko # Date 1651558227 -10800 # Node ID c9f5c4f83bdead30c726230928aaedbb38ab1d93 # Parent b1de9260e82a83292ec9894abd551c49182d85b9 Fixed: Key sequence C-x C-j C-s starts with non-prefix key. diff -r b1de9260e82a -r c9f5c4f83bde .emacs-my --- a/.emacs-my Tue Feb 15 16:54:09 2022 +0200 +++ b/.emacs-my Tue May 03 09:10:27 2022 +0300 @@ -2613,7 +2613,7 @@ ) ) -(global-set-key (kbd "C-x C-j C-s") 'my-jabber-send) +;; (global-set-key (kbd "C-x C-j C-s") 'my-jabber-send) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "erc")