Fix 'eat--eshell-set-input-process' advice
* eat.el (eat--eshell-set-input-process): Take any number of arguments and ignore them.
This commit is contained in:
parent
186cf61945
commit
5fd39f8bf0
1 changed files with 1 additions and 1 deletions
2
eat.el
2
eat.el
|
@ -7480,7 +7480,7 @@ sane 2>%s ; if [ $1 = .. ]; then shift; fi; exec \"$@\""
|
|||
(funcall fn command args))))
|
||||
(remove-hook 'eshell-exec-hook hook)))))
|
||||
|
||||
(defun eat--eshell-set-input-process ()
|
||||
(defun eat--eshell-set-input-process (&rest _)
|
||||
"Set the process that gets user input."
|
||||
(when eat-terminal
|
||||
(setf (eat-term-parameter eat-terminal 'eat--input-process)
|
||||
|
|
Loading…
Add table
Reference in a new issue