From c6b59cc3b08b1eb182f448e86a9d2c260cec887b Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 22 Jun 2010 12:55:08 +0700 Subject: [PATCH] walls are black --- emstar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emstar.el b/emstar.el index 2ec98d5..3af3858 100644 --- a/emstar.el +++ b/emstar.el @@ -133,7 +133,7 @@ as saved in the playerfile." :group 'emstar) (defface emstar-wall-face - '((t (:foreground "blue"))) + '((t (:foreground "black"))) "*Face used display walls in emstar game." :group 'emstar)