Mercurial > emacs
diff lisp/ielm.el @ 61370:116c10e516e5
(ielm-prompt-read-only): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 07 Apr 2005 23:41:46 +0000 |
parents | aac0a33f5772 |
children | 75267b99e585 02f1dbc4a199 |
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)))