mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
(bugfix): change declare-function for helm-build-sync-source
(#354)
This commit is contained in:
@ -51,7 +51,7 @@
|
|||||||
(require 'xml) ; for xml-parse-string
|
(require 'xml) ; for xml-parse-string
|
||||||
|
|
||||||
;;;; Declarations
|
;;;; Declarations
|
||||||
(declare-function helm-build-sync-source "helm" (name &rest args))
|
(declare-function helm-build-sync-source "helm-source" (name &rest args))
|
||||||
|
|
||||||
;;;; Used variables
|
;;;; Used variables
|
||||||
(defvar helm-pattern)
|
(defvar helm-pattern)
|
||||||
|
Reference in New Issue
Block a user