aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-syntax.el
diff options
context:
space:
mode:
authorDavid Aspinall2001-08-10 14:59:22 +0000
committerDavid Aspinall2001-08-10 14:59:22 +0000
commitf99d0db65bcf7e7a26729a6242f8d3d85fe75e79 (patch)
tree5232894d4b4a74908f13fdd3b6674c3448f60331 /generic/proof-syntax.el
parent2f124ce0ca5d689b262eac16679752034ef198c1 (diff)
Found another instance of buffer-syntactic-context
Diffstat (limited to 'generic/proof-syntax.el')
-rw-r--r--generic/proof-syntax.el2
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)))