]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-prompt.el
Update copyright year to 2015
[gnu-emacs] / lisp / eshell / em-prompt.el
index 1092eb5b4de3c1ea2f973e29d3e89eb92fe72735..69c5bd62259dd17f94e50091be970b80bbea553b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; em-prompt.el --- command prompts  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1999-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
@@ -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))