branch: elpa/helm commit fb4996050edec4f528f7150f220c20c0ea245c31 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Put helm-only prop on helm-ff-undo --- helm-files.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-files.el b/helm-files.el index c55ff06dab..c069a213a9 100644 --- a/helm-files.el +++ b/helm-files.el @@ -2921,6 +2921,7 @@ Ensure disabling `helm-ff-auto-update-flag' before undoing." (helm-check-minibuffer-input)) (setq helm-ff-auto-update-flag old--flag) (setq helm-ff--auto-update-state helm-ff-auto-update-flag)))) +(put 'helm-ff-undo 'helm-only t) ;;; Auto-update - helm-find-files auto expansion of directories. ;;