From 9d1e1415d59adc63655c7c6759db2deb91e1a141 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 05:59:20 +0000 Subject: *** no comment *** --- chess-database.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-database.el') diff --git a/chess-database.el b/chess-database.el index 35cbc44..68c318a 100644 --- a/chess-database.el +++ b/chess-database.el @@ -14,7 +14,8 @@ (defun chess-database-open (module file) "Returns the opened database object, or nil." (let* ((name (symbol-name module)) - (handler (intern-soft (concat name "-handler")))) + (handler (intern-soft (concat name "-handler"))) + buffer) (unless handler (chess-error 'no-such-database name)) (when (setq buffer (funcall handler 'open file)) -- cgit v1.2.3