From 92464254073224450bcc4a1e1d574c1f65358528 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 3 Dec 2021 12:23:05 -0500 Subject: fix(tvl.el): s/fourth/cadddr Apparently some emacsen don't have functions like `fourth` etc. Change-Id: I3d8b698685ce3b1757b427b32d8e27938cc26661 --- tools/emacs-pkgs/tvl/tvl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/emacs-pkgs/tvl/tvl.el b/tools/emacs-pkgs/tvl/tvl.el index 5c634ea352..3938628edc 100644 --- a/tools/emacs-pkgs/tvl/tvl.el +++ b/tools/emacs-pkgs/tvl/tvl.el @@ -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 -- cgit 1.4.1