]> git.eshelyaron.com Git - emacs.git/commitdiff
* eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
authorLeo Liu <sdl.web@gmail.com>
Wed, 18 Dec 2013 18:38:20 +0000 (02:38 +0800)
committerLeo Liu <sdl.web@gmail.com>
Wed, 18 Dec 2013 18:38:20 +0000 (02:38 +0800)
Fixes: debbugs:16186
lisp/ChangeLog
lisp/eshell/em-prompt.el

index 9b68897a32b7aa62f8159c65686406ae573d3104..ed95c03d6eacd3384c9ddcb6accd5ccc67b89546 100644 (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
index 1092eb5b4de3c1ea2f973e29d3e89eb92fe72735..91c3daf87e4a97cf2c88d25b4551c9007c83ede1 100644 (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))