diff options
author | Leo Liu <sdl.web@gmail.com> | 2013-12-19 02:38:20 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2013-12-19 02:38:20 +0800 |
commit | 1d1c55dcdfcb83af04cc09d8b1c9f15f31ba2fbe (patch) | |
tree | c4177b631c4f5d428e8d45d9679333af2cacc110 /lisp/eshell/em-prompt.el | |
parent | 39e896c178c9e74ddfc4a8d30c3bc5629c692b84 (diff) | |
download | emacs-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.el | 4 |
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)) |