aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-pbrpm.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/pg-pbrpm.el')
-rw-r--r--generic/pg-pbrpm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/pg-pbrpm.el b/generic/pg-pbrpm.el
index 619a5d6c..bc95f2ac 100644
--- a/generic/pg-pbrpm.el
+++ b/generic/pg-pbrpm.el
@@ -377,7 +377,7 @@ Returns (n . s) where
(while (and pos l (not found))
(setq start-goal (car l))
(setq end-goal (cadr l))
- (setq goal-name (caddr l))
+ (setq goal-name (cl-caddr l))
(setq start-concl (cadddr l))
(setq hyps (car (cddddr l)))
(setq l (cdr (cddddr l)))
@@ -393,7 +393,7 @@ Returns (n . s) where
(while (and hyps (not found))
(setq start-hyp (car hyps))
(setq start-hyp-text (cadr hyps))
- (setq end-hyp (caddr hyps))
+ (setq end-hyp (cl-caddr hyps))
(setq hyp-name (cadddr hyps))
(setq hyps (cddddr hyps))
(if (and (<= start-hyp pos) (<= pos end-hyp))