aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-site.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-site.el')
-rw-r--r--generic/proof-site.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index bccb7da6..15aed957 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -318,7 +318,7 @@ the lisp variable `proof-assistants', or the contents of `proof-assistant-table'
(regexp (or (nth 3 tableentry)
(concat (regexp-quote ".")
(regexp-quote (nth 2 tableentry))
- "$")))
+ "\\'")))
(sname (symbol-name assistant))
;; NB: File name for each prover is the same as its symbol name!
(elisp-file sname)