From: Stefan Kangas Date: Sun, 30 Aug 2020 11:37:37 +0000 (+0200) Subject: Remove some XEmacs compat code from gamegrid.el X-Git-Tag: emacs-28.0.90~6313 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87b4368862c621259e5c45dd65420fa93c7d037a;p=emacs.git Remove some XEmacs compat code from gamegrid.el * lisp/play/gamegrid.el (gamegrid-setup-face): Remove XEmacs compat code. --- 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)))