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

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

[elpa] externals/hyperbole f8d9d563e7 4/7: Alphabetise public declaratio


From: ELPA Syncer
Subject: [elpa] externals/hyperbole f8d9d563e7 4/7: Alphabetise public declarations
Date: Thu, 14 Nov 2024 03:58:11 -0500 (EST)

branch: externals/hyperbole
commit f8d9d563e7047d05e247a4bbe3d8764bd6deb80f
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: Mats Lidell <mats.lidell@lidells.se>

    Alphabetise public declarations
---
 hibtypes.el     | 35 +++++++++++++++--------------------
 hui-treemacs.el | 29 ++++++++++++++---------------
 hywiki.el       |  5 +++--
 3 files changed, 32 insertions(+), 37 deletions(-)

diff --git a/hibtypes.el b/hibtypes.el
index 843c0b783d..fda2bdf1f6 100644
--- a/hibtypes.el
+++ b/hibtypes.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    19-Sep-91 at 20:45:31
-;; Last-Mod:     12-Nov-24 at 20:12:49 by Mats Lidell
+;; Last-Mod:     13-Nov-24 at 13:08:00 by Mats Lidell
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -50,42 +50,37 @@
 ;;; Public declarations
 ;;; ************************************************************************
 
-(declare-function markdown-footnote-goto-text "ext:markdown")
-(declare-function markdown-footnote-marker-positions "ext:markdown")
-(declare-function markdown-footnote-return "ext:markdown")
-(declare-function markdown-link-p "ext:markdown")
-(declare-function markdown-link-url "ext:markdown")
-(declare-function markdown-reference-goto-definition "ext:markdown")
-(declare-function markdown-reference-goto-link "ext:markdown")
-(declare-function markdown-wiki-link-p "ext:markdown")
-(declare-function markdown-footnote-text-positions "ext:markdown")
-(declare-function org-roam-id-find "ext:org-roam")
+(defvar cscope-output-line-regexp)
+(defvar id-cflow-repeated-indicator)
 (defvar markdown-regex-link-reference)
 (defvar markdown-regex-reference-definition)
-
-(defvar id-cflow-repeated-indicator)
-
-(defvar cscope-output-line-regexp)
-
 (defvar org-uuid-regexp)
 
 (declare-function actype:eval "hact")
 (declare-function actype:identity "hact")
+(declare-function ert-test-boundp "ert")
 (declare-function hact "hact")
 (declare-function hpath:display-buffer "hpath")
 (declare-function htype:def-symbol "hact")
 (declare-function hui:help-ebut-highlight "hui")
 (declare-function hyperb:stack-frame "hversion")
+(declare-function hyrolo-get-file-list "hyrolo")
 (declare-function hywiki-get-singular-page-name "hywiki")
 (declare-function hywiki-page-exists-p "hywiki")
-
+(declare-function markdown-footnote-goto-text "ext:markdown")
+(declare-function markdown-footnote-marker-positions "ext:markdown")
+(declare-function markdown-footnote-return "ext:markdown")
+(declare-function markdown-footnote-text-positions "ext:markdown")
+(declare-function markdown-link-p "ext:markdown")
+(declare-function markdown-link-url "ext:markdown")
+(declare-function markdown-reference-goto-definition "ext:markdown")
+(declare-function markdown-reference-goto-link "ext:markdown")
+(declare-function markdown-wiki-link-p "ext:markdown")
+(declare-function org-roam-id-find "ext:org-roam")
 (declare-function set:member "set")
 (declare-function symset:add "hact")
 (declare-function symtable:add "hact")
 
-(declare-function hyrolo-get-file-list "hyrolo")
-(declare-function ert-test-boundp "ert")
-
 ;;; ************************************************************************
 ;;; Public implicit button types
 ;;; ************************************************************************
diff --git a/hui-treemacs.el b/hui-treemacs.el
index f869977b1d..65fbfc5ead 100644
--- a/hui-treemacs.el
+++ b/hui-treemacs.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    19-Nov-17
-;; Last-Mod:     12-Nov-24 at 20:17:24 by Mats Lidell
+;; Last-Mod:     13-Nov-24 at 13:09:22 by Mats Lidell
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -37,28 +37,27 @@
 ;;; ************************************************************************
 ;;; Public declarations
 ;;; ************************************************************************
+(defvar action-key-depress-window)      ; "hmouse-drv.el"
+(defvar action-key-eol-function)        ; "hmouse-drv.el"
+(defvar assist-flag)                    ; "hmouse-drv.el"
+(defvar assist-key-eol-function)        ; "hmouse-drv.el"
+(defvar aw-ignored-buffers)
+
+(declare-function first-line-p "hui-mouse")
+(declare-function hact "hact")
+(declare-function hypb:require-package "hypb")
+(declare-function last-line-p "hui-mouse")
+(declare-function package-activate "package")
 (declare-function treemacs "ext:treemacs")
+(declare-function treemacs-add-and-display-current-project-exclusively 
"ext:treemacs")
 (declare-function treemacs-current-button "ext:treemacs-core-utils")
 (declare-function treemacs-current-visibility "ext:treemacs-scope")
+(declare-function treemacs-display-current-project-exclusively "ext:treemacs")
 (declare-function treemacs-get-local-window "ext:treemacs-scope")
 (declare-function treemacs-is-treemacs-window? "ext:treemacs-core-utils")
 (declare-function treemacs-node-buffer-and-position 
"ext:treemacs-mouse-interface")
 (declare-function treemacs-quit "ext:treemacs-interface")
 (declare-function treemacs-toggle-node "ext:treemacs-interface")
-(declare-function treemacs-add-and-display-current-project-exclusively 
"ext:treemacs")
-(declare-function treemacs-display-current-project-exclusively "ext:treemacs")
-(defvar aw-ignored-buffers)
-
-(defvar assist-flag)                    ; "hmouse-drv.el"
-(defvar action-key-eol-function)        ; "hmouse-drv.el"
-(defvar assist-key-eol-function)        ; "hmouse-drv.el"
-(defvar action-key-depress-window)      ; "hmouse-drv.el"
-
-(declare-function first-line-p "hui-mouse")
-(declare-function last-line-p "hui-mouse")
-(declare-function hact "hact")
-(declare-function package-activate "package")
-(declare-function hypb:require-package "hypb")
 
 ;;; ************************************************************************
 ;;; smart-treemacs functions
diff --git a/hywiki.el b/hywiki.el
index d31b99a84a..8a32c575e4 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:     12-Nov-24 at 20:24:25 by Mats Lidell
+;; Last-Mod:     13-Nov-24 at 13:13:51 by Mats Lidell
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -136,10 +136,11 @@
 ;;; Public declarations
 ;;; ************************************************************************
 
+(defvar action-key-modeline-buffer-id-function)  ;; "hui-mouse"
 (defvar org-agenda-buffer-tmp-name)  ;; "org-agenda.el"
 (defvar org-export-with-broken-links);; "ox.el"
 (defvar org-publish-project-alist)   ;; "ox-publish.el"
-(defvar action-key-modeline-buffer-id-function)  ;; "hui-mouse"
+
 (declare-function hsys-org-at-tags-p "hsys-org")
 (declare-function org-link-store-props "ol" (&rest plist))
 (declare-function org-publish-property "ox-publish" (property project 
&optional default))



reply via email to

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