branch: elpa/helm commit 61e5f753c67f763ee69944694ed603a32090d51b Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Revert "Allow forcing creation of thumnails with a prefarg" This reverts commit 1238115b0c5861642dd822da719afd40089e63c9. --- helm-files.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-files.el b/helm-files.el index e5d12180cf..3768463782 100644 --- a/helm-files.el +++ b/helm-files.el @@ -4889,8 +4889,7 @@ Special commands: (when (or (not thumb-attr) (time-less-p (file-attribute-modification-time thumb-attr) (file-attribute-modification-time - (file-attributes file))) - (or helm-current-prefix-arg current-prefix-arg)) + (file-attributes file)))) (image-dired-create-thumb file thumb-file)) (create-image thumb-file)))