From 6dbb90ef8d3af52ef123ed2a7b274d03b0006703 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 28 Mar 2002 22:55:59 +0000 Subject: *** no comment *** --- chess-display.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index b62d6ba..0217d88 100644 --- a/chess-display.el +++ b/chess-display.el @@ -446,7 +446,7 @@ position within the game)." (interactive) (let* ((x-select-enable-clipboard t) (fen (current-kill 0))) - ;; jww (2001-06-26): not yet implemented + (chess-display-set-from-fen fen) (message "Pasted board: %s" fen))) (defun chess-display-set-piece () -- cgit v1.2.3