r221330 - clang-format: Make it possible to (require 'clang-format)

Justin Bogner mail at justinbogner.com
Tue Nov 4 20:32:54 PST 2014


Author: bogner
Date: Tue Nov  4 22:32:54 2014
New Revision: 221330

URL: http://llvm.org/viewvc/llvm-project?rev=221330&view=rev
Log:
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.

Modified:
    cfe/trunk/tools/clang-format/clang-format.el

Modified: cfe/trunk/tools/clang-format/clang-format.el
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format/clang-format.el?rev=221330&r1=221329&r2=221330&view=diff
==============================================================================
--- cfe/trunk/tools/clang-format/clang-format.el (original)
+++ cfe/trunk/tools/clang-format/clang-format.el Tue Nov  4 22:32:54 2014
@@ -54,3 +54,5 @@
         (dotimes (index (length orig-windows))
           (set-window-start (nth index orig-windows)
                             (nth index orig-window-starts)))))))
+
+(provide 'clang-format)





More information about the cfe-commits mailing list