Skip to content

Commit

Permalink
Merge pull request #784 from Columbus240/CoqProject
Browse files Browse the repository at this point in the history
Change _CoqProject separator settings
  • Loading branch information
Matafou authored Sep 5, 2024
2 parents 067bffa + 39f967e commit 11dcebe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions coq/coq-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,6 @@ if found, to (point-max) otherwise. Return t if found, nil otherwise."
(setq nbopen (- nbopen 1))))
(= nbopen 0))))

(defun coq-looking-at-comment ()
"Return non-nil if point is inside a comment."
(or (proof-inside-comment (point))
(proof-inside-comment (+ 1 (point)))))

(defun coq-find-comment-start ()
"Go to the current comment start.
If inside nested comments, go to the start of the outer most comment.
Expand Down
2 changes: 1 addition & 1 deletion coq/coq-system.el
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ alreadyopen is t if buffer already existed."
(find-file-noselect projectfile t t))))
(list projectbuffer projectbufferalreadyopen))))))

(defconst coq--project-file-separator "[\r\n[:space:]]+")
(defconst coq--project-file-separator "[\r\t\n[:space:]]+")

(defconst coq--makefile-switch-arities
'(("-R" . 2)
Expand Down

0 comments on commit 11dcebe

Please sign in to comment.