diff options
Diffstat (limited to 'lisp/eshell')
-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)) |