From 2ad08a62d61297cb4fad53976b41068e63e3e459 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 06:52:15 +0000 Subject: *** no comment *** --- chess-module.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-module.el') diff --git a/chess-module.el b/chess-module.el index 47b5ff0..f176b66 100644 --- a/chess-module.el +++ b/chess-module.el @@ -83,7 +83,7 @@ (chess-with-current-buffer module (setq chess-module-leader nil))) -(defun chess-module-destroy (module) +(defun chess-module-destroy (&optional module) (let ((buf (or module (current-buffer)))) (when (buffer-live-p buf) (with-current-buffer buf -- cgit v1.2.3