Skip to content

Commit 8fe1cc4

Browse files
committed
Merge pull request #9 from idemacs/fix-autoloads
Added autoloads to interactive functions
2 parents 5dab068 + 4fbb0ba commit 8fe1cc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab-mode.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
(let ((project (tabulated-list-get-entry)))
5151
(browse-url (assoc-default 'web_url project))))
5252

53+
;;;###autoload
5354
(defun gitlab-show-projects ()
5455
"Show Gitlab projects."
5556
(interactive)
@@ -91,6 +92,7 @@
9192
(assoc-default 'title i)))))
9293
issues))
9394

95+
;;;###autoload
9496
(defun gitlab-show-issues ()
9597
"Show Gitlab issues."
9698
(interactive)

0 commit comments

Comments
 (0)