emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115595: * eshell/em-prompt.el (eshell-emit-prompt):


From: Leo Liu
Subject: [Emacs-diffs] trunk r115595: * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
Date: Wed, 18 Dec 2013 18:39:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115595
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16186
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Thu 2013-12-19 02:38:20 +0800
message:
  * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/eshell/em-prompt.el       
emprompt.el-20091113204419-o5vbwnq5f7feedwu-1860
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-18 16:01:43 +0000
+++ b/lisp/ChangeLog    2013-12-18 18:38:20 +0000
@@ -1,3 +1,7 @@
+2013-12-18  Leo Liu  <address@hidden>
+
+       * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)
+
 2013-12-18  Eli Zaretskii  <address@hidden>
 
        * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f

=== modified file 'lisp/eshell/em-prompt.el'
--- a/lisp/eshell/em-prompt.el  2013-12-17 15:15:00 +0000
+++ b/lisp/eshell/em-prompt.el  2013-12-18 18:38:20 +0000
@@ -125,8 +125,8 @@
           (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]