Mercurial > emacs
diff lisp/comint.el @ 61302:aedce81482bf
(comint-prompt-read-only): Doc fix.
| author | Luc Teirlinck <teirllm@auburn.edu> |
|---|---|
| date | Tue, 05 Apr 2005 01:21:23 +0000 |
| parents | 16de2600fc58 |
| children | 015e8d66f6a0 |
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)))
