summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-prompt.el
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2013-12-19 02:38:20 +0800
committerLeo Liu <sdl.web@gmail.com>2013-12-19 02:38:20 +0800
commit1d1c55dcdfcb83af04cc09d8b1c9f15f31ba2fbe (patch)
treec4177b631c4f5d428e8d45d9679333af2cacc110 /lisp/eshell/em-prompt.el
parent39e896c178c9e74ddfc4a8d30c3bc5629c692b84 (diff)
downloademacs-1d1c55dcdfcb83af04cc09d8b1c9f15f31ba2fbe.tar.gz
* eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
Fixes: debbugs:16186
Diffstat (limited to 'lisp/eshell/em-prompt.el')
-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."
(add-text-properties 0 (length prompt)
'(read-only t
font-lock-face eshell-prompt
- front-sticky (face read-only)
- rear-nonsticky (face read-only))
+ front-sticky (font-lock-face read-only)
+ rear-nonsticky (font-lock-face read-only))
prompt))
(eshell-interactive-print prompt)))
(run-hooks 'eshell-after-prompt-hook))