summaryrefslogtreecommitdiff
path: root/chess-algebraic.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-14 19:17:39 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-14 19:17:39 +0000
commitd881274ead232567cf80f0057031b05f5b0551bc (patch)
treefaec30c2ea7379734b8ffa7d0ef4847a833c3c5f /chess-algebraic.el
parent0d0b553f7d0b5d3ab165ddbf4e1c6b47fe6e17d9 (diff)
*** no comment ***
Diffstat (limited to 'chess-algebraic.el')
-rw-r--r--chess-algebraic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-algebraic.el b/chess-algebraic.el
index 7a430fc..1c0c1c8 100644
--- a/chess-algebraic.el
+++ b/chess-algebraic.el
@@ -109,7 +109,7 @@ This regexp handles both long and short form.")
(if (null which)
(chess-error could-not-clarify)
(list which target))))
- (chess-error no-candidates move))))))
+ (chess-error 'no-candidates move))))))
(if promotion
(nconc changes (list :promote (aref promotion 0))))))