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