Skip to content

Commit c55f661

Browse files
MorganJamesSmithjpgrayson
authored andcommitted
stgit.el: Silence warnings of missing vc variables
1 parent ec5089a commit c55f661

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/stgit.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
(require 'ewoc)
5959
(require 'easymenu)
6060
(require 'format-spec)
61+
(require 'vc)
62+
63+
(defvar log-edit-parent-buffer)
6164

6265
(defvar-local stgit-marked-patches nil
6366
"List of marked patches.")

0 commit comments

Comments
 (0)