diff options
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ ((eq (span-property span 'type) 'comment)) - ((eq (span-property span 'type) 'proof) + ((eq (span-property span 'type) 'goalsave) ;; Note da 6.10.99: in Lego and Isabelle, it's trivial to ;; forget an unnamed theorem. Coq really does use the ;; identifier "Unnamed_thm", though! So we don't need |
