emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole d6415dd593 27/47: Keep orig until explained


From: ELPA Syncer
Subject: [elpa] externals/hyperbole d6415dd593 27/47: Keep orig until explained
Date: Sun, 25 Jun 2023 15:58:37 -0400 (EDT)

branch: externals/hyperbole
commit d6415dd59329bdce6820a3edaefaf70ac8f1f7ca
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: Mats Lidell <mats.lidell@lidells.se>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]