diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-03-28 22:55:59 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-03-28 22:55:59 +0000 |
| commit | 6dbb90ef8d3af52ef123ed2a7b274d03b0006703 (patch) | |
| tree | c6012ed5084c7a443872fb005b67c3474785fa40 | |
| parent | 4c810e65beb6bdf51cae1a2bdbb9bdfcd45b32e2 (diff) | |
*** no comment ***
| -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 () |
