1 parent 01ca484 commit 2ae533eCopy full SHA for 2ae533e
1 file changed
sx.el
@@ -28,6 +28,9 @@
28
;;; Code:
29
(require 'tabulated-list)
30
31
+(declare-function magithub-issue-new "magithub-issue-post")
32
+(declare-function magithub-repo "magithub-core")
33
+
34
(defconst sx-version "0.3" "Version of the `sx' package.")
35
36
(defgroup sx nil
0 commit comments