summaryrefslogtreecommitdiff
path: root/chess-engine.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-engine.el')
-rw-r--r--chess-engine.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-engine.el b/chess-engine.el
index 43798a2..83416514 100644
--- a/chess-engine.el
+++ b/chess-engine.el
@@ -235,7 +235,7 @@
(while triggers
;; this could be accelerated by joining
;; together the regexps
- (if (looking-at (concat (caar triggers) "$"))
+ (if (looking-at (caar triggers))
(progn
(funcall (cdar triggers))
(setq triggers nil))