[Cmake-commits] CMake branch, next, updated. v3.6.1-1021-g91237c3

Brad King brad.king at kitware.com
Mon Aug 1 15:14:08 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  91237c3208e4bccd1f587d639c3540146e6d0505 (commit)
       via  82388543d2b7984fb98583817a3683f789c84cdd (commit)
      from  b76fd38ba8d4718faa0e0766823bbaefaa3af5c5 (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=91237c3208e4bccd1f587d639c3540146e6d0505
commit 91237c3208e4bccd1f587d639c3540146e6d0505
Merge: b76fd38 8238854
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 1 15:14:07 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 1 15:14:07 2016 -0400

    Merge topic 'emacs-mode-compilation-warning' into next
    
    82388543 cmake-mode.el: Replace use of obsolete function (since Emacs 24.3).


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=82388543d2b7984fb98583817a3683f789c84cdd
commit 82388543d2b7984fb98583817a3683f789c84cdd
Author:     Jostein Kjønigsen <jostein at kjonigsen.net>
AuthorDate: Mon Jul 25 10:13:38 2016 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Aug 1 15:13:43 2016 -0400

    cmake-mode.el: Replace use of obsolete function (since Emacs 24.3).

diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el
index b35d369..f29b59b 100644
--- a/Auxiliary/cmake-mode.el
+++ b/Auxiliary/cmake-mode.el
@@ -271,7 +271,7 @@ optional argument topic will be appended to the argument list."
     (save-selected-window
       (select-window (display-buffer buffer 'not-this-window))
       (cmake-mode)
-      (toggle-read-only t))
+      (read-only-mode 1))
     )
   )
 

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list