branch: elpa/helm commit b36c3777b20c962503a4195275950a5d039716b9 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove now unused helm-multi-key-defun for resplit window --- helm-core.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/helm-core.el b/helm-core.el index ad03e503031..250d05b7682 100644 --- a/helm-core.el +++ b/helm-core.el @@ -274,13 +274,6 @@ DELAY seconds." delay nil (lambda () (setcar iterator nil)))))) -(helm-multi-key-defun helm-toggle-resplit-and-swap-windows - "Multi key command to re-split and swap Helm window. -First call runs `helm-toggle-resplit-window', -and second call within 1s runs `helm-swap-windows'." - '(helm-toggle-resplit-window helm-swap-windows) 1) -(put 'helm-toggle-resplit-and-swap-windows 'helm-only t) - (defun helm-command-with-subkeys (map subkey command &optional other-subkeys prompt exit-fn delay) "Build a command that run COMMAND when SUBKEY is read.