diff options
Diffstat (limited to 'chess-algebraic.el')
| -rw-r--r-- | chess-algebraic.el | 2 |
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)))))) |
