diff options
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index cc683d7d651..fd025e7b358 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -1443,7 +1443,7 @@ Then send it to the process running in the current buffer. | |||
| 1443 | The string is sent using `comint-input-sender'. | 1443 | The string is sent using `comint-input-sender'. |
| 1444 | Security bug: your string can still be temporarily recovered with | 1444 | Security bug: your string can still be temporarily recovered with |
| 1445 | \\[view-lossage]." | 1445 | \\[view-lossage]." |
| 1446 | (interactive "P") ; Defeat snooping via C-x esc | 1446 | (interactive "P") ; Defeat snooping via C-x ESC ESC |
| 1447 | (let ((proc (get-buffer-process (current-buffer)))) | 1447 | (let ((proc (get-buffer-process (current-buffer)))) |
| 1448 | (if (not proc) | 1448 | (if (not proc) |
| 1449 | (error "Current buffer has no process") | 1449 | (error "Current buffer has no process") |