seem to fix it for emacs23

Signed-off-by: Gwenhael Le Moine <cycojesus@darkstar.example.net>
This commit is contained in:
Gwenhael Le Moine 2009-11-11 16:46:57 +07:00
parent f7adc8384e
commit 777bff1b75

View file

@ -97,7 +97,7 @@ as saved in the playerfile."
:group 'emstar
:type 'character)
(defcustom emstar-stopper-char ?H
(defcustom emstar-stopper-char ?s
"*Defines the character used to diplay the stopper."
:group 'emstar
:type 'character)
@ -107,7 +107,7 @@ as saved in the playerfile."
:group 'emstar
:type 'character)
(defface emstar-eater-face
(defface emstar-eater-face ?e
'((t (:foreground "green"
:weight bold)))
"*Face used display the eater in emstar game."
@ -168,6 +168,7 @@ as saved in the playerfile."
"Number of gifts collected. Buffer-local in emstar-mode.")
(defvar emstar-total-gifts 0
"Total number of gifts. Buffer-local in emstar-mode.")
(defvar emstar-level nil
"Number of current level. Buffer-local in emstar games.")
(defvar emstar-moves nil