branch: externals/hyperbole commit 3ba0b06e8277870d5c1ba6f10cdbe4e86be11b27 Author: Mats Lidell <mats.lid...@lidells.se> Commit: GitHub <nore...@github.com>
fix more warnings (#755) --- hui-select.el | 3 ++- hui.el | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hui-select.el b/hui-select.el index e241f48897..36b839aafa 100644 --- a/hui-select.el +++ b/hui-select.el @@ -3,7 +3,7 @@ ;; Author: Bob Weiner ;; ;; Orig-Date: 19-Oct-96 at 02:25:27 -;; Last-Mod: 21-Jun-25 at 13:29:32 by Bob Weiner +;; Last-Mod: 22-Jun-25 at 10:36:55 by Mats Lidell ;; ;; SPDX-License-Identifier: GPL-3.0-or-later ;; @@ -337,6 +337,7 @@ Used to include a final line when marking indented code.") (declare-function kview:valid-position-p "kotl/kview") (declare-function hkey-set-key "hyperbole") (declare-function hypb:cmd-key-vector "hypb") +(declare-function hargs:delimited "hargs") ;;; ************************************************************************ ;;; Private variables diff --git a/hui.el b/hui.el index 8f2fd3100a..44617ec85d 100644 --- a/hui.el +++ b/hui.el @@ -3,7 +3,7 @@ ;; Author: Bob Weiner ;; ;; Orig-Date: 19-Sep-91 at 21:42:03 -;; Last-Mod: 21-Jun-25 at 15:26:17 by Bob Weiner +;; Last-Mod: 22-Jun-25 at 10:37:58 by Mats Lidell ;; ;; SPDX-License-Identifier: GPL-3.0-or-later ;; @@ -62,7 +62,7 @@ (defcustom hui:selectable-thing-priority-list '(uuid email filename symbol word whitespace) "List of priority ordered symbols recognized by `thing-at-point'. -Either a 'url matches or the first match from this list is used when +Either a \\='url matches or the first match from this list is used when `hui:non-delimited-selectable-thing-and-bounds' is called during region copy and kills. Set this list to nil to disable both delimited and non-delimited thing recognition in copy and kill commands when @@ -379,7 +379,7 @@ extracted from a region." The list returned is (<thing-type> <thing-string> <thing-start> <thing-end>) or nil if none. -The prioritized types of things tested is 'url plus the list of types +The prioritized types of things tested is \\='url plus the list of types in `hui:selectable-thing-priority-list' if that variable is non-nil." (when hui:selectable-thing-priority-list (with-syntax-table