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:
Akib Azmain Turja 2023-10-09 14:03:22 +06:00
parent 186cf61945
commit 5fd39f8bf0
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

2
eat.el
View file

@ -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)