From cf3c0d808dea51a0b4c046decfa33d27aca9e3cc Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 25 May 2018 00:53:46 +0200 Subject: [PATCH] tools/tmux: minor refactor of +tmux/rerun --- modules/tools/tmux/autoload/tmux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/tmux/autoload/tmux.el b/modules/tools/tmux/autoload/tmux.el index fdfaa6c5e..9508172a2 100644 --- a/modules/tools/tmux/autoload/tmux.el +++ b/modules/tools/tmux/autoload/tmux.el @@ -63,7 +63,7 @@ but do not execute them." (interactive "P") (unless +tmux-last-command (user-error "No last command to run")) - (apply #'+tmux (car +tmux-last-command) (cdr +tmux-last-command))) + (apply #'+tmux +tmux-last-command)) ;;;###autoload (defun +tmux/cd (&optional arg directory)