branch: externals/hyperbole
commit 4d5293086a786fc122332e75c8ce3cd723b7c55a
Author: Bob Weiner <r...@gnu.org>
Commit: Bob Weiner <r...@gnu.org>

    * hywiki.el - Remove autoload from defib to fix autoload error
---
 ChangeLog | 4 ++++
 hywiki.el | 4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9d7fd5ef74..d366717c57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-04-23  Bob Weiner  <r...@gnu.org>
+
+* hywiki.el: Remove autoload from defib and 'hywiki-open', fixing autoload 
error.
+
 2024-04-22  Bob Weiner  <r...@gnu.org>
 
 * hywiki.el: Add new auto-wikiword note-taking system with `hywiki' ibtype.
diff --git a/hywiki.el b/hywiki.el
index 0e3798ef40..7c59b69614 100644
--- a/hywiki.el
+++ b/hywiki.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:     21-Apr-24 at 22:41:13
-;; Last-Mod:     22-Apr-24 at 02:22:28 by Bob Weiner
+;; Last-Mod:     23-Apr-24 at 18:49:43 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -139,7 +139,6 @@ the HyWiki word and grouping 2 is the #section with the # 
included.")
 ;;; Public Implicit Button and Action Types
 ;;; ************************************************************************
 
-;;;###autoload
 (defib hywiki ()
   "When on a HyWiki word, display its page and optional section."
   (let* ((page-name (hywiki-at-wikiword)))
@@ -148,7 +147,6 @@ the HyWiki word and grouping 2 is the #section with the # 
included.")
       (hywiki-highlight-page-name t)
       (hact 'hywiki-open page-name))))
 
-;;;###autoload
 (defun hywiki-open (page-name)
   "Display HyWiki PAGE-NAME.  Prompt to create if non-existent."
   (interactive (list (completing-read "HyWiki page: " (hywiki-page-list))))

Reply via email to