Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Mar 18, 2024
1 parent cd875ef commit 5dc5fa0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions helm-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -5916,7 +5916,6 @@ and `dired-compress-files-alist'."
(format "%s exists, overwrite?"
(abbreviate-file-name ofile)))))
(message "Compression aborted"))
;; FIXME: provide mode-line notification like in delete files async.
(message "Compressing %d file(s) to `%s'..."
(length ifiles) (helm-basename ofile))
(process-put
Expand Down Expand Up @@ -5997,9 +5996,9 @@ and `dired-compress-files-alist'."
(setq helm-marked-candidates nil
helm-visible-mark-overlays nil)
(helm-force-update
;; select candidate before compress. If it can't, select candidate
;; after compress.
(let ((presel (helm-get-selection)))
;; FIXME: Probably this would never happen, I see no cases here where
;; helm-get-selection doesn't exist.
(unless (file-exists-p presel)
(setq presel cfile))
(when presel
Expand Down

0 comments on commit 5dc5fa0

Please sign in to comment.