(bugfix): change declare-function for helm-build-sync-source (#354)

This commit is contained in:
Jethro Kuan
2020-03-26 20:17:06 +08:00
committed by GitHub
parent 3add2c5a8b
commit 3e0a49de03

View File

@ -51,7 +51,7 @@
(require 'xml) ; for xml-parse-string
;;;; Declarations
(declare-function helm-build-sync-source "helm" (name &rest args))
(declare-function helm-build-sync-source "helm-source" (name &rest args))
;;;; Used variables
(defvar helm-pattern)