From d3bd00b62e3f0f33ddc6d455139bf1ad8ce67b7d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Feb 2004 23:53:28 +0000 Subject: There is no longer a `byte-compiling-files-p' function on Emacs 21.3. At least, it's not on mine. Another way needs to be found to stub about assert calls in the byte-compiled chess.el. --- chess-maint.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chess-maint.el') diff --git a/chess-maint.el b/chess-maint.el index 4bfcfd4..2bae068 100644 --- a/chess-maint.el +++ b/chess-maint.el @@ -5,9 +5,8 @@ (require 'chess-pgn) (defmacro assert (form) - (unless (byte-compiling-files-p) - `(unless ,form - (error "Assertion failed: %s" (pp-to-string ,form))))) + `(unless ,form + (error "Assertion failed: %s" (pp-to-string ,form)))) (defun chess-generate-texinfo-file () (require 'lispdoc) -- cgit v1.2.3