diff options
author | Leo Liu <sdl.web@gmail.com> | 2013-12-17 23:15:00 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2013-12-17 23:15:00 +0800 |
commit | 2b84d7639569b9476aa32c8301cb25dd58792e0f (patch) | |
tree | a35ee52f7561aaf9faf255217c8c862f285fda92 /lisp/eshell/em-ls.el | |
parent | e2f6a0bc3478ee7a0fcfc31e77316aa2e054a162 (diff) | |
download | emacs-2b84d7639569b9476aa32c8301cb25dd58792e0f.tar.gz emacs-2b84d7639569b9476aa32c8301cb25dd58792e0f.tar.bz2 emacs-2b84d7639569b9476aa32c8301cb25dd58792e0f.zip |
* 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-ls.el')
-rw-r--r-- | lisp/eshell/em-ls.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 06c519c104b..34ca3b39eb2 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el @@ -919,7 +919,7 @@ to use, and each member of which is the width of that column value))))) (if face (add-text-properties 0 (length (car file)) - (list 'face face) + (list 'font-lock-face face) (car file))))) (car file)) |