chess-opening.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- emacs-chess-2.0b6.orig/chess-opening.el
+++ emacs-chess-2.0b6/chess-opening.el
@@ -50,7 +50,7 @@
(chess-algebraic-to-ply pos move))))
(split-string (caddr entry) " "))
(list (chess-pos-to-fen pos) (cadr entry) (car entry))))
-'(("A00a" "Start position" "")
+'(;("A00a" "Start position" "")
("A00b" "Barnes Opening" "f3")
("A00b" "Fried fox" "f3 e5 Kf2")
("A00c" "Kadas Opening" "h4")