|
@@ -46,7 +46,7 @@ followed by a colon."
|
|
|
(eshell-buffer-name (car buffer-and-command))
|
|
(eshell-buffer-name (car buffer-and-command))
|
|
|
(command (cadr buffer-and-command)))
|
|
(command (cadr buffer-and-command)))
|
|
|
(if (get-buffer eshell-buffer-name)
|
|
(if (get-buffer eshell-buffer-name)
|
|
|
- (pop-to-buffer-same-window eshell-buffer-name)
|
|
|
|
|
|
|
+ (pop-to-buffer eshell-buffer-name display-comint-buffer-action)
|
|
|
(eshell))
|
|
(eshell))
|
|
|
(goto-char (point-max))
|
|
(goto-char (point-max))
|
|
|
(eshell-kill-input)
|
|
(eshell-kill-input)
|