aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar Clément Pit-Claudel <clement.pitclaudel@live.com>2018-12-15 17:08:37 -0500
committerGravatar Clément Pit-Claudel <clement.pitclaudel@live.com>2018-12-15 17:08:37 -0500
commit2ab20374892220cc0979a7999026da98ecf9b4c1 (patch)
tree4f2d7b6c75fedb77cd557d684aa0adfc05bb42f3 /coq
parent7b37ce02a548eff9d97d504edaaf8075ebd236c7 (diff)
Prepend cl- to more c[ad]+r instances
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index c7163769..c7aa4b22 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1454,8 +1454,8 @@ Maintained by a hook in `proof-shell-handle-delayed-output-hook'.")
(begcross (car positions))
(beghypname (cadr positions))
(endhypname (cl-caddr positions))
- (beg (cadddr positions))
- (end (cadddr (cdr positions))))
+ (beg (cl-cadddr positions))
+ (end (cl-cadddr (cdr positions))))
(let ((hypnameov (coq-make-hypname-overlay beghypname endhypname fstname buf))
(hypov (coq-make-hyp-overlay beg end fstname buf))
(crosshypov (coq-make-hypcross-overlay begcross (+ 1 begcross) fstname buf))