From: Karl Heuer Date: Wed, 17 Jul 1996 21:09:42 +0000 (+0000) Subject: (send-invisble): Comment fix. X-Git-Tag: emacs-19.34~135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3f1e86f933cb2e6edeee9dadb0c8958d80be5d0;p=emacs.git (send-invisble): Comment fix. --- 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. 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")