Remove the build-time option CLASH_DETECTION
[bpt/emacs.git] / lisp / eshell / em-prompt.el
index 1092eb5..78ee4b6 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-2014 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))