Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 22, 2024
1 parent 0373de1 commit fb98852
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions borg.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
(require 'pcase)
(require 'subr-x)

(message "--- %s"
(list (fboundp 'comp--native-compile)
(fboundp 'comp-ensure-native-compiler)
(fboundp 'native-compile-async)
(fboundp 'comp-el-to-eln-filename)))

(unless (require 'loaddefs-gen nil t)
(with-suppressed-warnings ((obsolete autoload))
(require 'autoload)))
Expand Down

0 comments on commit fb98852

Please sign in to comment.