aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-prompt.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el
index 1092eb5b4de..91c3daf87e4 100644
--- a/lisp/eshell/em-prompt.el
+++ b/lisp/eshell/em-prompt.el
@@ -125,8 +125,8 @@ arriving, or after."
125 (add-text-properties 0 (length prompt) 125 (add-text-properties 0 (length prompt)
126 '(read-only t 126 '(read-only t
127 font-lock-face eshell-prompt 127 font-lock-face eshell-prompt
128 front-sticky (face read-only) 128 front-sticky (font-lock-face read-only)
129 rear-nonsticky (face read-only)) 129 rear-nonsticky (font-lock-face read-only))
130 prompt)) 130 prompt))
131 (eshell-interactive-print prompt))) 131 (eshell-interactive-print prompt)))
132 (run-hooks 'eshell-after-prompt-hook)) 132 (run-hooks 'eshell-after-prompt-hook))