aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-smie.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2015-01-05 12:02:00 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2015-01-05 12:02:00 +0000
commitd2c699c9690ab2479647024c5326985bdac2a142 (patch)
treed368f7cbfc9bc71a0d665dd920ce888861c65f10 /coq/coq-smie.el
parent838bb18d2a8db8315b0e0c82f5f2cfe359e1e491 (diff)
Fix compile on 23.x
Diffstat (limited to 'coq/coq-smie.el')
-rw-r--r--coq/coq-smie.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/coq/coq-smie.el b/coq/coq-smie.el
index f754bc31..0dec5703 100644
--- a/coq/coq-smie.el
+++ b/coq/coq-smie.el
@@ -48,7 +48,8 @@ attention to case differences."
;; stackoverflow efficient if bytecompiled, builtin version is
;; probably better when it exists
(unless (fboundp 'string-suffix-p)
- (fset 'string-suffix-p 'coq-string-suffix-p))
+ (fset 'string-suffix-p 'coq-string-suffix-p)
+ (declare-function string-suffix-p "smie"))
;; As any user defined notation ending with "." will break
;; proofgeneral synchronization anyway, let us consider that any