|
3 | 3 | ;; Author: Bob Weiner
|
4 | 4 | ;;
|
5 | 5 | ;; Orig-Date: 19-Sep-91 at 20:45:31
|
6 |
| -;; Last-Mod: 28-Oct-24 at 01:32:59 by Bob Weiner |
| 6 | +;; Last-Mod: 13-Nov-24 at 13:08:00 by Mats Lidell |
7 | 7 | ;;
|
8 | 8 | ;; SPDX-License-Identifier: GPL-3.0-or-later
|
9 | 9 | ;;
|
|
50 | 50 | ;;; Public declarations
|
51 | 51 | ;;; ************************************************************************
|
52 | 52 |
|
53 |
| -(declare-function markdown-footnote-goto-text "ext:markdown") |
54 |
| -(declare-function markdown-footnote-marker-positions "ext:markdown") |
55 |
| -(declare-function markdown-footnote-return "ext:markdown") |
56 |
| -(declare-function markdown-link-p "ext:markdown") |
57 |
| -(declare-function markdown-link-url "ext:markdown") |
58 |
| -(declare-function markdown-reference-goto-definition "ext:markdown") |
59 |
| -(declare-function markdown-reference-goto-link "ext:markdown") |
60 |
| -(declare-function markdown-wiki-link-p "ext:markdown") |
61 |
| -(declare-function markdown-footnote-text-positions "ext:markdown") |
62 |
| -(declare-function org-roam-id-find "ext:org-roam") |
| 53 | +(defvar cscope-output-line-regexp) |
| 54 | +(defvar id-cflow-repeated-indicator) |
63 | 55 | (defvar markdown-regex-link-reference)
|
64 | 56 | (defvar markdown-regex-reference-definition)
|
65 |
| - |
66 |
| -(defvar id-cflow-repeated-indicator) |
67 |
| - |
68 |
| -(defvar cscope-output-line-regexp) |
69 |
| - |
70 | 57 | (defvar org-uuid-regexp)
|
71 | 58 |
|
72 | 59 | (declare-function actype:eval "hact")
|
73 | 60 | (declare-function actype:identity "hact")
|
| 61 | +(declare-function ert-test-boundp "ert") |
74 | 62 | (declare-function hact "hact")
|
75 | 63 | (declare-function hpath:display-buffer "hpath")
|
76 | 64 | (declare-function htype:def-symbol "hact")
|
77 | 65 | (declare-function hui:help-ebut-highlight "hui")
|
78 | 66 | (declare-function hyperb:stack-frame "hversion")
|
| 67 | +(declare-function hyrolo-get-file-list "hyrolo") |
| 68 | +(declare-function hywiki-get-singular-page-name "hywiki") |
79 | 69 | (declare-function hywiki-page-exists-p "hywiki")
|
80 |
| - |
| 70 | +(declare-function markdown-footnote-goto-text "ext:markdown") |
| 71 | +(declare-function markdown-footnote-marker-positions "ext:markdown") |
| 72 | +(declare-function markdown-footnote-return "ext:markdown") |
| 73 | +(declare-function markdown-footnote-text-positions "ext:markdown") |
| 74 | +(declare-function markdown-link-p "ext:markdown") |
| 75 | +(declare-function markdown-link-url "ext:markdown") |
| 76 | +(declare-function markdown-reference-goto-definition "ext:markdown") |
| 77 | +(declare-function markdown-reference-goto-link "ext:markdown") |
| 78 | +(declare-function markdown-wiki-link-p "ext:markdown") |
| 79 | +(declare-function org-roam-id-find "ext:org-roam") |
81 | 80 | (declare-function set:member "set")
|
82 | 81 | (declare-function symset:add "hact")
|
83 | 82 | (declare-function symtable:add "hact")
|
84 | 83 |
|
85 |
| -(declare-function hyrolo-get-file-list "hyrolo") |
86 |
| -(declare-function ert-test-boundp "ert") |
87 |
| - |
88 | 84 | ;;; ************************************************************************
|
89 | 85 | ;;; Public implicit button types
|
90 | 86 | ;;; ************************************************************************
|
|
0 commit comments