Mercurial > emacs
changeset 51541:0b97efe4ae23
(global-map): Bind `kill-whole-line' to C-S-<backspace>.
Remove M-S-<backspace> binding: too close to C-M-<backspace>.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 10 Jun 2003 04:06:10 +0000 |
parents | 9d030830a68d |
children | ad8c09d9513c |
files | lisp/bindings.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Tue Jun 10 04:03:03 2003 +0000 +++ b/lisp/bindings.el Tue Jun 10 04:06:10 2003 +0000 @@ -743,7 +743,7 @@ ;(define-key global-map [delete] 'backward-delete-char) ;; natural bindings for terminal keycaps --- defined in X keysym order -(define-key global-map [M-S-backspace] 'kill-whole-line) +(define-key global-map [C-S-backspace] 'kill-whole-line) (define-key global-map [home] 'beginning-of-line) (define-key global-map [C-home] 'beginning-of-buffer) (define-key global-map [M-home] 'beginning-of-buffer-other-window)