1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* eshell/em-prompt.el (eshell-emit-prompt): Fix last change.

Fixes: debbugs:16186
This commit is contained in:
Leo Liu 2013-12-19 02:38:20 +08:00
parent 39e896c178
commit 1d1c55dcdf
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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))