branch: externals/hyperbole
commit d6415dd59329bdce6820a3edaefaf70ac8f1f7ca
Author: Mats Lidell <[email protected]>
Commit: Mats Lidell <[email protected]>
Keep orig until explained
https://github.com/rswgnu/hyperbole/pull/343/files#r1237874206
---
hyperbole.el | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/hyperbole.el b/hyperbole.el
index 088ddbfbb6..c8518605fe 100644
--- a/hyperbole.el
+++ b/hyperbole.el
@@ -563,19 +563,6 @@ frame, those functions by default still return the prior
frame."
(makunbound 'hyperbole-loading)
-;; Autoload this form so that when `package.el' activates Hyperbole's autoloads
-;; it also sets up Kotl's autoloads.
-;;;###autoload
-(let ((us (if (fboundp 'macroexp-file-name)
- (macroexp-file-name) load-file-name)))
- (when us
- ;; FIXME: Contrary to the usual ELPA autoloads files, `kotl-autoloads'
- ;; does not add its directory to `load-path', so let's do it here by
- ;; hand.
- (add-to-list 'load-path
- (expand-file-name "kotl" (file-name-directory us)))
- (require 'kotl-autoloads nil t)))
-
(provide 'hyperbole)
;;; hyperbole.el ends here