(comint-insert-input): Fix previous change.
This commit is contained in:
parent
949b26bce2
commit
76e159ab68
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue