diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-12-03T17·23-0500 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-12-07T19·19+0000 |
commit | 92464254073224450bcc4a1e1d574c1f65358528 (patch) | |
tree | dc86ee5a79b8610e5c65b9ae9664e65bb17b09d1 /tools/emacs-pkgs/tvl | |
parent | 214f422572bd15633bb75ecfc83cf8a52ee62c19 (diff) |
fix(tvl.el): s/fourth/cadddr r/3152
Apparently some emacsen don't have functions like `fourth` etc. Change-Id: I3d8b698685ce3b1757b427b32d8e27938cc26661
Diffstat (limited to 'tools/emacs-pkgs/tvl')
-rw-r--r-- | tools/emacs-pkgs/tvl/tvl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs-pkgs/tvl/tvl.el b/tools/emacs-pkgs/tvl/tvl.el index 5c634ea35205..3938628edc8e 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 |