aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ol-eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ol-eshell.el b/lisp/org/ol-eshell.el
index a7550e3769b..b13f659b22d 100644
--- a/lisp/org/ol-eshell.el
+++ b/lisp/org/ol-eshell.el
@@ -46,7 +46,7 @@ followed by a colon."
46 (eshell-buffer-name (car buffer-and-command)) 46 (eshell-buffer-name (car buffer-and-command))
47 (command (cadr buffer-and-command))) 47 (command (cadr buffer-and-command)))
48 (if (get-buffer eshell-buffer-name) 48 (if (get-buffer eshell-buffer-name)
49 (pop-to-buffer-same-window eshell-buffer-name) 49 (pop-to-buffer eshell-buffer-name display-comint-buffer-action)
50 (eshell)) 50 (eshell))
51 (goto-char (point-max)) 51 (goto-char (point-max))
52 (eshell-kill-input) 52 (eshell-kill-input)