Skip to content

Commit

Permalink
package-build--spec-globs: Silence byte-compiler of Emacs < 28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 14, 2024
1 parent d5661f1 commit 3299c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,7 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
(mapcan #'toargs globs))
((and `(:rename ,src ,dest)
(guard (and (stringp src) (stringp dest))))
dest ; Silence byte-compiler of Emacs < 28.1.
(toargs src))
((and `(,dir . ,globs)
(guard (stringp dir))
Expand Down

0 comments on commit 3299c5c

Please sign in to comment.