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

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

[elpa] externals/hyperbole 356a1c7 1/3: Remove autoloads from unreleased


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 356a1c7 1/3: Remove autoloads from unreleased kexport-collapse* files
Date: Sat, 24 Apr 2021 13:57:10 -0400 (EDT)

branch: externals/hyperbole
commit 356a1c77941a0cb9f85bb0840f2ef3acb525c303
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    Remove autoloads from unreleased kexport-collapse* files
---
 kotl/kotl-autoloads.el | 38 +-------------------------------------
 1 file changed, 1 insertion(+), 37 deletions(-)

diff --git a/kotl/kotl-autoloads.el b/kotl/kotl-autoloads.el
index ec6b2b5..f33cfa6 100644
--- a/kotl/kotl-autoloads.el
+++ b/kotl/kotl-autoloads.el
@@ -23,43 +23,7 @@ STILL TODO:
 
 \(fn EXPORT-FROM OUTPUT-TO &optional SOFT-NEWLINES-FLAG)" t nil)
 
-(register-definition-prefixes "kexport" '("kexport:"))
-
-;;;***
-
-;;;### (autoloads nil "kexport-collapse" "kexport-collapse.el" (0
-;;;;;;  0 0 0))
-;;; Generated autoloads from kexport-collapse.el
-
-(autoload 'kexport:html "kexport-collapse" "\
-Export a koutline buffer or file in EXPORT-FROM to html format in OUTPUT-TO.
-By default, this retains newlines within cells as they are.  With optional 
prefix arg, SOFT-NEWLINES-FLAG,
-hard newlines are not used.  Also converts Urls and Klinks into Html 
hyperlinks.
-STILL TODO:
-  Make delimited pathnames into file links (but not if within klinks).
-  Copy attributes stored in cell 0 and attributes from each cell.
-
-\(fn EXPORT-FROM OUTPUT-TO &optional SOFT-NEWLINES-FLAG)" t nil)
-
-(if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"kexport-collapse" '("kexport:")))
-
-;;;***
-
-;;;### (autoloads nil "kexport-collapse-try" "kexport-collapse-try.el"
-;;;;;;  (0 0 0 0))
-;;; Generated autoloads from kexport-collapse-try.el
-
-(autoload 'kexport:html "kexport-collapse-try" "\
-Export a koutline buffer or file in EXPORT-FROM to html format in OUTPUT-TO.
-By default, this retains newlines within cells as they are.  With optional 
prefix arg, SOFT-NEWLINES-FLAG,
-hard newlines are not used.  Also converts Urls and Klinks into Html 
hyperlinks.
-STILL TODO:
-  Make delimited pathnames into file links (but not if within klinks).
-  Copy attributes stored in cell 0 and attributes from each cell.
-
-\(fn EXPORT-FROM OUTPUT-TO &optional SOFT-NEWLINES-FLAG)" t nil)
-
-(register-definition-prefixes "kexport-collapse-try" '("kexport:"))
+(if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"kexport" '("kexport:")))
 
 ;;;***
 



reply via email to

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