From ad80cdf9b05c79febe5b1e27362d0612bce1de0b Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 2 Apr 2014 01:37:37 +0200 Subject: Eliminate a few compiler warnings due to missing require or cl runtime use. --- chess-ics.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-ics.el') diff --git a/chess-ics.el b/chess-ics.el index 413dd6c..92fa885 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -409,7 +409,7 @@ See `chess-ics-game'.") (defun chess-ics-game (game-number &rest tags) "Either create, or retrieve an existing game object with GAME-NUMBER." (assert (integerp game-number)) - (assert (or (evenp (length tags)) (eq (car tags) t))) + (assert (or (zerop (logand (length tags) 1)) (eq (car tags) t))) (or ;; First try to find a game which matches the constraints in TAGS (catch 'ics-game -- cgit v1.2.3