Skip to content

Commit

Permalink
fix compiler warning on emacs snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
gunther-bachmann committed Nov 22, 2023
1 parent e7c4934 commit 98f9997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dired-annotator.el
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ ABSOLUTE-FILE-NAME is the absolute file name of the annotated file"
(cl-incf file-count)
(ignore-errors
(when-let* ((file (dired-get-filename))
(_ (or (file-regular-p file)
(is-a-file-or-dir (or (file-regular-p file)
(file-directory-p file)))
(visible (not (get-text-property (line-beginning-position) 'invisible)))
(annotation (dired-annotator--get-annotation-for file)))
Expand Down

0 comments on commit 98f9997

Please sign in to comment.