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 cc4ebc0 commit 073ae0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions borg.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
(require 'pcase)
(require 'subr-x)

(message "--- %s"
(list (fboundp 'native-comp-available-p)
(fboundp 'comp--native-compile) ;comp
(fboundp 'comp-ensure-native-compiler) ;comp-common
(fboundp 'native-compile-async) ;comp-run
(fboundp 'comp-el-to-eln-filename))) ;native-compilation

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

0 comments on commit 073ae0c

Please sign in to comment.