From 8bc8dc6b37fba2139233f0c3574ded067b94ff0d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 27 Jun 2005 23:53:18 +0000 Subject: *** no comment *** --- chess-maint.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'chess-maint.el') diff --git a/chess-maint.el b/chess-maint.el index 4bfcfd4..41612e3 100644 --- a/chess-maint.el +++ b/chess-maint.el @@ -1,14 +1,10 @@ (add-to-list 'load-path ".") +(require 'cl) (require 'pp) (require 'chess) (require 'chess-pgn) -(defmacro assert (form) - (unless (byte-compiling-files-p) - `(unless ,form - (error "Assertion failed: %s" (pp-to-string ,form))))) - (defun chess-generate-texinfo-file () (require 'lispdoc) (require 'texinfo) -- cgit v1.2.3