Skip to content

Commit 721ef3a

Browse files
gutronIcohedron
authored andcommitted
[emacs][clang-format] Suppress reference to free variable errors (llvm#126254)
vc-git-program is referenced but not defined -- vc-git provides the definition.
1 parent 2d0b15f commit 721ef3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/tools/clang-format/clang-format.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
(require 'cl-lib)
3434
(require 'xml)
35+
(require 'vc-git)
3536

3637
(defgroup clang-format nil
3738
"Format code using clang-format."

0 commit comments

Comments
 (0)