Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use new location of PG function coq-find-comment-* #226

Merged
merged 1 commit into from
Oct 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions company-coq.el
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ forward-declare; instead, check that the declaration is valid."
(company-coq-forward-declare-fun coq-response-mode "ext:coq.el")
(company-coq-forward-declare-fun coq-insert-match "ext:coq.el")
(company-coq-forward-declare-fun coq-last-prompt-info-safe "ext:coq.el")
(company-coq-forward-declare-fun coq-find-comment-start "ext:coq.el")
(company-coq-forward-declare-fun coq-find-comment-end "ext:coq.el")
(company-coq-forward-declare-fun coq-find-comment-start "ext:coq-indent.el")
(company-coq-forward-declare-fun coq-find-comment-end "ext:coq-indent.el")
(company-coq-forward-declare-fun proof-inside-comment "ext:proof-syntax.el" cmd))

(defun company-coq--get-comment-region ()
Expand Down