From deb36c3a4829832b9707ac26a4bfc54587e1ecc4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Apr 2002 22:13:04 +0000 Subject: whitespace fix --- chess.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chess.el') diff --git a/chess.el b/chess.el index 4b90b56..d27a3e0 100644 --- a/chess.el +++ b/chess.el @@ -202,12 +202,15 @@ available." objects)) +;;;###autoload (defalias 'chess-session 'chess) +;;;###autoload (defun chess-create-display () "Just make a display to use, letting chess.el decide the style." (cadr (chess-session 'chess-none))) +;;;###autoload (defun chess-create-display-object (perspective) (car (chess-create-modules (list chess-default-display) 'chess--create-display -- cgit v1.2.3