From: Richard M. Stallman Date: Tue, 2 Nov 2004 14:16:30 +0000 (+0000) Subject: (comint-insert-input): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~4229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76e159ab680e78215f4478a75a226c1458bbf917;p=emacs.git (comint-insert-input): Fix previous change. --- diff --git a/lisp/comint.el b/lisp/comint.el index 16fd9782116..352ed876ee0 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -788,7 +788,7 @@ buffer. The hook `comint-exec-hook' is run after each exec." (defun comint-insert-input (&optional event) "In a Comint buffer, set the current input to the previous input at point." - (interactive "@") + (interactive "e") (if event (mouse-set-point event)) (let ((pos (point))) (if (not (eq (get-char-property pos 'field) 'input))