Mercurial > emacs
changeset 61302:aedce81482bf
(comint-prompt-read-only): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 05 Apr 2005 01:21:23 +0000 |
parents | 5c3b1ea247ec |
children | b56d5250fbc3 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Tue Apr 05 01:19:39 2005 +0000 +++ b/lisp/comint.el Tue Apr 05 01:21:23 2005 +0000 @@ -186,7 +186,7 @@ \(add-hook 'comint-mode-hook (lambda () - (define-key comint-mode-map \"\C-w\" 'comint-kill-region) + (define-key comint-mode-map \"\\C-w\" 'comint-kill-region) (define-key comint-mode-map [C-S-backspace] 'comint-kill-whole-line)))