From: Karl Heuer Date: Tue, 6 Oct 1998 22:30:28 +0000 (+0000) Subject: (lm-font-lock-face-O, lm-font-lock-face-X): X-Git-Tag: emacs-20.4~1573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66f9b42e20749aec84fcbcc673d9b52c6c539936;p=emacs.git (lm-font-lock-face-O, lm-font-lock-face-X): Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid confusing customize. --- diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index f9e4f8d2678..93300df4143 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -220,22 +220,22 @@ (defvar lm-emacs-won () "*For making font-lock use the winner's face for the line.") -(defvar lm-font-lock-O-face +(defvar lm-font-lock-face-O (if window-system (list (facemenu-get-face 'fg:red) 'bold)) "*Face to use for Emacs' O.") -(defvar lm-font-lock-X-face +(defvar lm-font-lock-face-X (if window-system (list (facemenu-get-face 'fg:green) 'bold)) "*Face to use for your X.") (defvar lm-font-lock-keywords - '(("O" . lm-font-lock-O-face) - ("X" . lm-font-lock-X-face) + '(("O" . lm-font-lock-face-O) + ("X" . lm-font-lock-face-X) ("[-|/\\]" 0 (if lm-emacs-won - lm-font-lock-O-face - lm-font-lock-X-face))) + lm-font-lock-face-O + lm-font-lock-face-X))) "*Font lock rules for Lm.") (put 'lm-mode 'front-sticky