- (progn
- ;; (setq byte-compile-warnings '(not noruntime unresolved))
- (message "Tangled %s%s"
- ,file-nodir
- (if a/show-async-tangle-time
- (format " (%.3fs)"
- (float-time (time-subtract (current-time)
- ',file-tangle-start-time)))
- ""))
- (when a/async-tangle-post-compile
- (compile a/async-tangle-post-compile))
- (when a/async-tangle-byte-recompile
- (byte-recompile-file (concat ,file-noext ".el"))))
+ (message "Tangled %s%s"
+ ,file-nodir
+ (if a/show-async-tangle-time
+ (format " (%.3fs)"
+ (float-time (time-subtract (current-time)
+ ',file-tangle-start-time)))
+ ""))