X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2b84d7639569b9476aa32c8301cb25dd58792e0f..11ee65afc20d41f1fc31fe2ead84b2203b4bfeb0:/lisp/eshell/em-prompt.el diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index 1092eb5b4d..78ee4b6ce0 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el @@ -1,6 +1,6 @@ ;;; em-prompt.el --- command prompts -*- lexical-binding:t -*- -;; Copyright (C) 1999-2013 Free Software Foundation, Inc. +;; Copyright (C) 1999-2014 Free Software Foundation, Inc. ;; Author: John Wiegley @@ -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))