Skip to content

Commit 93de19a

Browse files
committed
XXX privatly fix ProofGeneral#782
1 parent ab7e881 commit 93de19a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coq/coq.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,8 @@ shortly before `proof-assert-command-hook', respectively,
20502050
proof-shell-theorem-dependency-list-regexp coq-shell-theorem-dependency-list-regexp
20512051
;; CRs now can and should be preserved (to support String-related theories),
20522052
;; see also this GitHub issue: https://github.com/ProofGeneral/PG/issues/773
2053-
proof-shell-strip-crs-from-input nil
2053+
;; privatly fix #782
2054+
;; proof-shell-strip-crs-from-input nil
20542055

20552056
pg-subterm-first-special-char ?\360
20562057
;; The next three represent path annotation information

0 commit comments

Comments
 (0)