aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorLeo Liu2013-12-19 02:38:20 +0800
committerLeo Liu2013-12-19 02:38:20 +0800
commit1d1c55dcdfcb83af04cc09d8b1c9f15f31ba2fbe (patch)
treec4177b631c4f5d428e8d45d9679333af2cacc110 /lisp/eshell
parent39e896c178c9e74ddfc4a8d30c3bc5629c692b84 (diff)
downloademacs-1d1c55dcdfcb83af04cc09d8b1c9f15f31ba2fbe.tar.gz
emacs-1d1c55dcdfcb83af04cc09d8b1c9f15f31ba2fbe.zip
* eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
Fixes: debbugs:16186
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))