+2013-12-18 Leo Liu <sdl.web@gmail.com>
+
+ * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)
+
2013-12-18 Eli Zaretskii <eliz@gnu.org>
* ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
(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))