Skip to content

Commit

Permalink
fix: Replace deprecated first for cl-first from cl-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Jul 24, 2023
1 parent 0bb1aa1 commit c14cfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centaur-tabs-interactive.el
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ Modified copy of `treemacs-visit-node-in-external-application`."
(when action-is-command-p
(call-interactively action))
(when (not action-is-command-p)
(let* ((menu-key (first choice))
(let* ((menu-key (cl-first choice))
(choice-is-group-p (string= centaur-tabs--groups-submenu-key (symbol-name menu-key)))
(name (car (last choice)))
(name-as-string (symbol-name name)))
Expand Down

0 comments on commit c14cfb0

Please sign in to comment.