diff options
Diffstat (limited to 'chess-module.el')
| -rw-r--r-- | chess-module.el | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
