diff options
| author | Karl Heuer | 1996-07-17 21:09:42 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-17 21:09:42 +0000 |
| commit | b3f1e86f933cb2e6edeee9dadb0c8958d80be5d0 (patch) | |
| tree | ea1342f77f9b5031f5546e5aed2a37ce6b23cc04 | |
| parent | c513a845e8387c6c2e1ecc34805fd6d80d4aef92 (diff) | |
| download | emacs-b3f1e86f933cb2e6edeee9dadb0c8958d80be5d0.tar.gz emacs-b3f1e86f933cb2e6edeee9dadb0c8958d80be5d0.zip | |
(send-invisble): Comment fix.
| -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") |