[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/proof-general 05e3dc3ad4 03/10: Remove duplicate def. of `
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/proof-general 05e3dc3ad4 03/10: Remove duplicate def. of `coq-looking-at-comment` |
Date: |
Thu, 5 Sep 2024 07:01:19 -0400 (EDT) |
branch: elpa/proof-general
commit 05e3dc3ad4482a166be120b65930f9b5aa19d8db
Author: Columbus240 <8899730+Columbus240@users.noreply.github.com>
Commit: Columbus240 <8899730+Columbus240@users.noreply.github.com>
Remove duplicate def. of `coq-looking-at-comment`
---
coq/coq-indent.el | 5 -----
1 file changed, 5 deletions(-)
diff --git a/coq/coq-indent.el b/coq/coq-indent.el
index e4f72c0367..b1e3e0425b 100644
--- a/coq/coq-indent.el
+++ b/coq/coq-indent.el
@@ -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.
- [nongnu] elpa/proof-general updated (c3e6c391e7 -> 734bcdb27f), ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 9c8cf89e81 02/10: EasyCrypt: add `ecall` keyword, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 39f967e5ef 04/10: Change _CoqProject separator settings, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 16b70c953c 05/10: Fix #781 PG does not position to error., ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general c70d0732ca 01/10: Update Makefile, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 037baeafcb 06/10: Stripping hardwired command strings from trailing spaces., ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 11dcebe247 08/10: Merge pull request #784 from Columbus240/CoqProject, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 1b89aa3611 09/10: Merge pull request #783 from ruipedro16/add-ecall-keyword, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 05e3dc3ad4 03/10: Remove duplicate def. of `coq-looking-at-comment`,
ELPA Syncer <=
- [nongnu] elpa/proof-general 734bcdb27f 10/10: Merge pull request #776 from jgarte/jgarte-patch-1, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 067bffa4bb 07/10: Merge pull request #782 from Matafou/fix-no-strip-newlines, ELPA Syncer, 2024/09/05