]> granicus.if.org Git - clang/commitdiff
clang-format: Make it possible to (require 'clang-format)
authorJustin Bogner <mail@justinbogner.com>
Wed, 5 Nov 2014 04:32:54 +0000 (04:32 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 5 Nov 2014 04:32:54 +0000 (04:32 +0000)
This makes the emacs integration ``provide`` a clang-format feature,
so that a .emacs can ``require`` it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221330 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-format/clang-format.el

index 520a3e250cf5ee2c35882504f20fd5aebc93beaa..4f6ff3b3f013ac11f89c1e146282e16a9aa86886 100644 (file)
@@ -54,3 +54,5 @@
         (dotimes (index (length orig-windows))
           (set-window-start (nth index orig-windows)
                             (nth index orig-window-starts)))))))
+
+(provide 'clang-format)