summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-prompt.el
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2013-12-17 23:15:00 +0800
committerLeo Liu <sdl.web@gmail.com>2013-12-17 23:15:00 +0800
commit2b84d7639569b9476aa32c8301cb25dd58792e0f (patch)
treea35ee52f7561aaf9faf255217c8c862f285fda92 /lisp/eshell/em-prompt.el
parente2f6a0bc3478ee7a0fcfc31e77316aa2e054a162 (diff)
downloademacs-2b84d7639569b9476aa32c8301cb25dd58792e0f.tar.gz
* net/rcirc.el (rcirc-add-face):
* eshell/em-prompt.el (eshell-emit-prompt): * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face. Fixes: debbugs:16167
Diffstat (limited to 'lisp/eshell/em-prompt.el')
-rw-r--r--lisp/eshell/em-prompt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el
index e79c7d7ba63..1092eb5b4de 100644
--- a/lisp/eshell/em-prompt.el
+++ b/lisp/eshell/em-prompt.el
@@ -124,7 +124,7 @@ arriving, or after."
(and eshell-highlight-prompt
(add-text-properties 0 (length prompt)
'(read-only t
- face eshell-prompt
+ font-lock-face eshell-prompt
front-sticky (face read-only)
rear-nonsticky (face read-only))
prompt))