fix(tvl.el): s/fourth/cadddr

Apparently some emacsen don't have functions like `fourth` etc.

Change-Id: I3d8b698685ce3b1757b427b32d8e27938cc26661
This commit is contained in:
Griffin Smith 2021-12-03 12:23:05 -05:00 committed by grfn
parent 214f422572
commit 9246425407

View file

@ -105,7 +105,7 @@ rubberstamp operation is dangerous and should only be used in
;; ^ ^ ^ ^ ^
;; 1 2 3 4 5
;; ^-- this one
(fourth
(cadddr
(split-string change-ref (rx "/"))))
change-refs))
(cl-numbers