mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(send-invisble): Comment fix.
This commit is contained in:
parent
c513a845e8
commit
b3f1e86f93
1 changed files with 1 additions and 1 deletions
|
|
@ -1443,7 +1443,7 @@ Then send it to the process running in the current buffer.
|
|||
The string is sent using `comint-input-sender'.
|
||||
Security bug: your string can still be temporarily recovered with
|
||||
\\[view-lossage]."
|
||||
(interactive "P") ; Defeat snooping via C-x esc
|
||||
(interactive "P") ; Defeat snooping via C-x ESC ESC
|
||||
(let ((proc (get-buffer-process (current-buffer))))
|
||||
(if (not proc)
|
||||
(error "Current buffer has no process")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue