[Cmake-commits] CMake branch, next, updated. v3.5.2-1308-gf39d60e

Brad King brad.king at kitware.com
Tue May 10 13:51:26 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  f39d60ee1b0c19745a58f2861f63a390a1909036 (commit)
       via  f12b899f4ed1a578772506bd6c566d577f23fe7f (commit)
      from  46b19a6e31126863606f8b414c607fc794289d1a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f39d60ee1b0c19745a58f2861f63a390a1909036
commit f39d60ee1b0c19745a58f2861f63a390a1909036
Merge: 46b19a6 f12b899
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 10 13:51:25 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 10 13:51:25 2016 -0400

    Merge topic 'emacs-mode-custom-tab-width' into next
    
    f12b899f cmake-mode.el: Make cmake-tab-width a customizable variable


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f12b899f4ed1a578772506bd6c566d577f23fe7f
commit f12b899f4ed1a578772506bd6c566d577f23fe7f
Author:     Taylor Braun-Jones <taylor at braun-jones.org>
AuthorDate: Tue May 10 10:34:16 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 10 13:50:26 2016 -0400

    cmake-mode.el: Make cmake-tab-width a customizable variable

diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el
index d74dba0..20def8b 100644
--- a/Auxiliary/cmake-mode.el
+++ b/Auxiliary/cmake-mode.el
@@ -228,7 +228,9 @@ the indentation.  Otherwise it retains the same position on the line"
 ;;
 ;; Indentation increment.
 ;;
-(defvar cmake-tab-width 2)
+(defcustom cmake-tab-width 2
+  "Number of columns to indent cmake blocks"
+  :type 'integer)
 
 ;------------------------------------------------------------------------------
 

-----------------------------------------------------------------------

Summary of changes:
 Auxiliary/cmake-mode.el |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list