branch: externals/vc-got
commit f7012697f8540a5d071773e3da7e7240efbc11f4
Author: Omar Polo <o...@omarpolo.com>
Commit: Omar Polo <o...@omarpolo.com>

    require log-edit to avoid a warning
---
 vc-got.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vc-got.el b/vc-got.el
index eceabc5..3a6905e 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -134,6 +134,10 @@
 (require 'vc-annotate)
 
 ;; FIXME: avoid loading this?  We only need it for
+;; log-edit-extract-headers in vc-got-checkin.
+(require 'log-edit)
+
+;; FIXME: avoid loading this?  We only need it for
 ;; vc-dir-filename-mouse-map in our custom printer.
 (require 'vc-dir)
 

Reply via email to