From 7987c62e7eb9a13cb9098dbd56b950bfa8714c0c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 22 Apr 2002 19:28:46 +0000 Subject: bug fixes --- chess-database.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-database.el') diff --git a/chess-database.el b/chess-database.el index 4095f06..9c48297 100644 --- a/chess-database.el +++ b/chess-database.el @@ -48,7 +48,7 @@ (defun chess-database-read (database index-or-moniker) (if (integerp index-or-moniker) - (chess-database-command database 'read index) + (chess-database-command database 'read index-or-moniker) (if (string-match "\\`\\([^:]+\\):\\([^#]+\\)#\\([0-9]+\\)\\'" index-or-moniker) (let* ((type (match-string 1 index-or-moniker)) -- cgit v1.2.3