* eat.el (eat): Use buffer name for process name
This commit is contained in:
parent
e66cca3341
commit
5314be930e
1 changed files with 2 additions and 2 deletions
4
eat.el
4
eat.el
|
@ -5424,8 +5424,8 @@ PROGRAM can be a shell command."
|
|||
(eat-mode))
|
||||
(pop-to-buffer-same-window buffer)
|
||||
(unless eat--process
|
||||
(eat-exec buffer "eat" "/usr/bin/env" nil
|
||||
`("sh" "-c" ,program)))
|
||||
(eat-exec buffer (buffer-name) "/usr/bin/env" nil
|
||||
(list "sh" "-c" program)))
|
||||
buffer)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue