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

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

[elpa] externals/hyperbole 6e40862 2/6: +* kotl-autoloads.el: Remove ref


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 6e40862 2/6: +* kotl-autoloads.el: Remove reference to unreleased kexport-menu.el
Date: Wed, 21 Apr 2021 00:57:08 -0400 (EDT)

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

    +* kotl-autoloads.el: Remove reference to unreleased kexport-menu.el
    
    Fixes bug#47916
---
 Changes                | 13 +++++++++----
 kotl/kotl-autoloads.el | 21 ++-------------------
 2 files changed, 11 insertions(+), 23 deletions(-)

diff --git a/Changes b/Changes
index 40457d5..3cfff72 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,15 @@
+2021-04-20  Bob Weiner  <rsw@gnu.org>
+
+* kotl/kotl-autoloads.el: Remove reference to unreleased kexport-menu.el
+    to fix bug#47916.
+
 2021-04-20  Mats Lidell  <matsl@gnu.org>
 
-* test/hpath-tests.el (hpath:find-exec-shell-cmd-test)
-    (hpath:find-exec-window-cmd-test): Path prefix tests.
+* test/hpath-tests.el (hpath:find-exec-shell-cmd-test,
+    hpath:find-exec-window-cmd-test): Path prefix tests.
 
-* test/hbut-tests.el (hbut-find-exec-shell-cmd-test)
-    (hbut-find-exec-window-cmd-test): Path prefix tests.
+* test/hbut-tests.el (hbut-find-exec-shell-cmd-test,
+    hbut-find-exec-window-cmd-test): Path prefix tests.
 
 2021-04-19  Bob Weiner  <rsw@gnu.org>
 
diff --git a/kotl/kotl-autoloads.el b/kotl/kotl-autoloads.el
index 126d42a..ec6b2b5 100644
--- a/kotl/kotl-autoloads.el
+++ b/kotl/kotl-autoloads.el
@@ -41,7 +41,7 @@ STILL TODO:
 
 \(fn EXPORT-FROM OUTPUT-TO &optional SOFT-NEWLINES-FLAG)" t nil)
 
-(register-definition-prefixes "kexport-collapse" '("kexport:"))
+(if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"kexport-collapse" '("kexport:")))
 
 ;;;***
 
@@ -63,23 +63,6 @@ STILL TODO:
 
 ;;;***
 
-;;;### (autoloads nil "kexport-menu" "kexport-menu.el" (0 0 0 0))
-;;; Generated autoloads from kexport-menu.el
-
-(autoload 'kexport:html "kexport-menu" "\
-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-menu" '("kexport:"))
-
-;;;***
-
 ;;;### (autoloads nil "kfile" "kfile.el" (0 0 0 0))
 ;;; Generated autoloads from kfile.el
 
@@ -291,7 +274,7 @@ Signal an error if current buffer is not a Hyperbole 
outline, else return t." ni
 ;;;### (autoloads nil "kotl-orgtbl" "kotl-orgtbl.el" (0 0 0 0))
 ;;; Generated autoloads from kotl-orgtbl.el
 
-(register-definition-prefixes "kotl-orgtbl" '("kotl-mode:transpose-lines-" 
"orgtbl-"))
+(if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"kotl-orgtbl" '("kotl-mode:transpose-lines-" "orgtbl-")))
 
 ;;;***
 



reply via email to

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