summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-11-05 04:32:54 +0000
committerJustin Bogner <mail@justinbogner.com>2014-11-05 04:32:54 +0000
commit12b50a95c94765cb369f09eeabf7db5fef4442f2 (patch)
tree0f1966f638e47f94ee4a015606356218e06f39e6 /clang/tools/clang-format
parentcace52091b3e52eebcebe602755e417cad00b8b3 (diff)
downloadbcm5719-llvm-12b50a95c94765cb369f09eeabf7db5fef4442f2.tar.gz
bcm5719-llvm-12b50a95c94765cb369f09eeabf7db5fef4442f2.zip
clang-format: Make it possible to (require 'clang-format)
This makes the emacs integration ``provide`` a clang-format feature, so that a .emacs can ``require`` it. llvm-svn: 221330
Diffstat (limited to 'clang/tools/clang-format')
-rw-r--r--clang/tools/clang-format/clang-format.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/tools/clang-format/clang-format.el b/clang/tools/clang-format/clang-format.el
index 520a3e250cf..4f6ff3b3f01 100644
--- a/clang/tools/clang-format/clang-format.el
+++ b/clang/tools/clang-format/clang-format.el
@@ -54,3 +54,5 @@
(dotimes (index (length orig-windows))
(set-window-start (nth index orig-windows)
(nth index orig-window-starts)))))))
+
+(provide 'clang-format)
OpenPOWER on IntegriCloud