log-edit-mode: Make "C-x C-s" a noop

Make "C-x C-s" a no-op in magit-log-edit-mode for convinience.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
This commit is contained in:
Ramkumar Ramachandra 2010-10-22 10:51:21 +05:30 committed by Phil Jackson
parent ff2994c721
commit aa76cd957f

View file

@ -3261,6 +3261,7 @@ typing and automatically refreshes the status buffer."
(define-key map (kbd "M-n") 'log-edit-next-comment)
(define-key map (kbd "C-c C-k") 'magit-log-edit-cancel-log-message)
(define-key map (kbd "C-c C-]") 'magit-log-edit-cancel-log-message)
(define-key map (kbd "C-x C-s") 'ignore)
map))
(defvar magit-pre-log-edit-window-configuration nil)