# HG changeset patch # User Karl Heuer # Date 837637782 0 # Node ID 6c36570192864127dae32dbe0d9fb486e87fd8ba # Parent 8c7e66043fafe1b450fb8def67de3538376539c2 (send-invisble): Comment fix. diff -r 8c7e66043faf -r 6c3657019286 lisp/comint.el --- a/lisp/comint.el Wed Jul 17 20:14:16 1996 +0000 +++ b/lisp/comint.el Wed Jul 17 21:09:42 1996 +0000 @@ -1443,7 +1443,7 @@ 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")