From 87b4368862c621259e5c45dd65420fa93c7d037a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 30 Aug 2020 13:37:37 +0200 Subject: [PATCH] Remove some XEmacs compat code from gamegrid.el * lisp/play/gamegrid.el (gamegrid-setup-face): Remove XEmacs compat code. --- lisp/play/gamegrid.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index f0132135fd9..9b74eb913e0 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el @@ -265,12 +265,7 @@ format." (set-face-foreground face color) (set-face-background face color) (gamegrid-set-font face) - (condition-case nil - (set-face-background-pixmap face [nothing]);; XEmacs - (error nil)) - (condition-case nil - (set-face-background-pixmap face nil);; Emacs - (error nil))) + (set-face-background-pixmap face nil)) (defun gamegrid-make-mono-tty-face () (let ((face (make-face 'gamegrid-mono-tty-face))) -- 2.39.2