Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix error message in extend-word-count. Bug #1963.
  • Loading branch information
bvds committed Jun 19, 2012
1 parent aded67c commit 697bb21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Help/wrong-quantities.cl
Expand Up @@ -198,9 +198,10 @@

;; Note that eval cannot have local unbound variables, since
;; these are collected by variables-in below.
;; This can cause an error.
(unless best (error 'iterate-over-bindings
:tag (list model (iterate-over-bindings model))
;; This can cause an error. See Bug #1963
(unless best (error 'log-condition:log-error
:tag (list 'extend-word-count model
(iterate-over-bindings model))
:text "extend-word-count not setting best"))
best))

Expand Down

0 comments on commit 697bb21

Please sign in to comment.