summaryrefslogtreecommitdiff
path: root/chess-display.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-03-28 22:55:59 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-03-28 22:55:59 +0000
commit6dbb90ef8d3af52ef123ed2a7b274d03b0006703 (patch)
treec6012ed5084c7a443872fb005b67c3474785fa40 /chess-display.el
parent4c810e65beb6bdf51cae1a2bdbb9bdfcd45b32e2 (diff)
*** no comment ***
Diffstat (limited to 'chess-display.el')
-rw-r--r--chess-display.el2
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 ()