[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole f9df63b217 5/9: hywiki.el - Add require, defv
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole f9df63b217 5/9: hywiki.el - Add require, defvar and declare-function for warnings |
Date: |
Mon, 16 Dec 2024 15:58:31 -0500 (EST) |
branch: externals/hyperbole
commit f9df63b2170833917d22cc4aca939eb6ae26628d
Author: bw <rsw@gnu.org>
Commit: bw <rsw@gnu.org>
hywiki.el - Add require, defvar and declare-function for warnings
---
ChangeLog | 5 +++++
hywiki.el | 15 +++++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0e11801c0d..9f1ae6ff2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-01 Bob Weiner <rsw@gnu.org>
+
+* hywiki.el: Add additional require, defvar and declare-function to
+ remove byte-compiler warnings.
+
2024-11-25 Bob Weiner <rsw@gnu.org>
* hywiki.el (hywiki-referent-menu): Make all menu calls interactive
diff --git a/hywiki.el b/hywiki.el
index 50e75927b6..25d2fa3d16 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: 25-Nov-24 at 01:30:55 by Bob Weiner
+;; Last-Mod: 1-Dec-24 at 12:54:16 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -118,13 +118,16 @@
;;; ************************************************************************
(require 'cl-lib) ;; For `cl-find'
+(require 'hactypes) ;; For `link-to-file-interactively'
(require 'hargs)
-(require 'hbut) ;; For `hbut:syntax-table'
(require 'hasht)
+(require 'hbut) ;; For `hbut:syntax-table'
(require 'hpath)
-(require 'hypb) ;; Requires `seq'
(require 'hproperty)
(require 'hsys-consult)
+(require 'hui) ;; For `hui:actype'
+(require 'hui-mini) ;; For `hui:menu-act'
+(require 'hypb) ;; Requires `seq'
(require 'outline) ;; For `outline-mode-syntax-table'
(require 'thingatpt)
@@ -136,7 +139,8 @@
;;; Public declarations
;;; ************************************************************************
-(defvar action-key-modeline-buffer-id-function) ;; "hui-mouse"
+(defvar action-key-modeline-buffer-id-function) ;; "hui-mouse.el"
+(defvar bookmark-current-bookmark) ;; "bookmark.el"
(defvar hywiki-referent-menu nil) ;; "hywiki.el"
(defvar org-agenda-buffer-tmp-name) ;; "org-agenda.el"
(defvar org-export-with-broken-links) ;; "ox.el"
@@ -145,8 +149,11 @@
(declare-function activities-completing-read "activities" (:prompt prompt
:default default))
(declare-function activities-new "activities" (name))
(declare-function activities-resume "activities" (activity :resetp resetp))
+(declare-function bookmark-completing-read "bookmark" (prompt &optional
default))
+(declare-function bookmark-location "bookmark" (bookmark-name-or-record))
(declare-function hsys-org-at-tags-p "hsys-org")
(declare-function org-link-store-props "ol" (&rest plist))
+(declare-function org-roam-node-read "org-roam" (&optional initial-input
filter-fn sort-fn require-match prompt))
(declare-function org-publish-property "ox-publish" (property project
&optional default))
(declare-function smart-treemacs-edit "hui-treemacs" (&optional dir))
- [elpa] externals/hyperbole updated (e2749c6348 -> c4c5daaa08), ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole 6cd7a45434 1/9: hywiki.el - Add global HyWiki page override & custom referent types, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole a335b73d0f 3/9: hywiki.el - Fix custom HyWikiWord referents for single session use, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole f9df63b217 5/9: hywiki.el - Add require, defvar and declare-function for warnings,
ELPA Syncer <=
- [elpa] externals/hyperbole 5a91e7abaa 4/9: hywiki.el - Redo hywiki-add-page-and-display and hywiki-referent-menu, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole ebad245f63 2/9: Merge branch 'master' into rsw, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole 4eb1d46dbc 6/9: Merge branch 'master' into rsw, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole c4c5daaa08 9/9: Merge pull request #615 from rswgnu/rsw, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole 4bff008242 7/9: hywiki.el - Many fixes and updates plus Smart Key fixes, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole 93874b2ec3 8/9: test/hbut-tests.el: Change most "/tmp" to "/tmp/", ELPA Syncer, 2024/12/16