Mercurial > emacs
changeset 61370:116c10e516e5
(ielm-prompt-read-only): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 07 Apr 2005 23:41:46 +0000 |
parents | c63c2b35a8c2 |
children | 6ac5acdd8165 |
files | lisp/ielm.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ielm.el Thu Apr 07 23:38:34 2005 +0000 +++ b/lisp/ielm.el Thu Apr 07 23:41:46 2005 +0000 @@ -65,7 +65,7 @@ \(add-hook 'ielm-mode-hook '(lambda () - (define-key ielm-map \"\C-w\" 'comint-kill-region) + (define-key ielm-map \"\\C-w\" 'comint-kill-region) (define-key ielm-map [C-S-backspace] 'comint-kill-whole-line)))