Skip to content

Commit 2ae533e

Browse files
committed
Declare a couple magithub functions
1 parent 01ca484 commit 2ae533e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sx.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
;;; Code:
2929
(require 'tabulated-list)
3030

31+
(declare-function magithub-issue-new "magithub-issue-post")
32+
(declare-function magithub-repo "magithub-core")
33+
3134
(defconst sx-version "0.3" "Version of the `sx' package.")
3235

3336
(defgroup sx nil

0 commit comments

Comments
 (0)