diff options
| -rw-r--r-- | generic/proof-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-syntax.el b/generic/proof-syntax.el index a4d5c71b..4da2b5a2 100644 --- a/generic/proof-syntax.el +++ b/generic/proof-syntax.el @@ -100,7 +100,7 @@ nil if a region cannot be found." (defun proof-looking-at-syntactic-context () "Determine if current point is at beginning or within comment/string context." (or - (buffer-syntactic-context) + (proof-buffer-syntactic-context) (proof-looking-at-safe proof-comment-start-regexp) (proof-looking-at-safe proof-string-start-regexp))) |
