diff options
Diffstat (limited to 'chess-display.el')
| -rw-r--r-- | chess-display.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |
