Skip to content

Commit e6332cf

Browse files
committed
Use cl-caadr in place of caadr, which is not always available unprefixed
1 parent b04217b commit e6332cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purescript-indent.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ TYPE is either 'guard or 'rpurs."
13951395
(let ((eqn (caar eqns-start)))
13961396
(setq lastpos (if (cdr eqns-start)
13971397
(save-excursion
1398-
(goto-char (caadr eqns-start))
1398+
(goto-char (cl-caadr eqns-start))
13991399
(purescript-indent-forward-line -1)
14001400
(line-end-position))
14011401
end-block))

0 commit comments

Comments
 (0)