[Cmake-commits] CMake branch, next, updated. v3.1.0-2193-g108f1c4

Brad King brad.king at kitware.com
Mon Jan 19 13:54:16 EST 2015


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  108f1c46e6ed1e0046dd6176e8a11a3ce582bbf8 (commit)
       via  3a147e1b623a4b8bb381c4b651cf983e294f3509 (commit)
      from  700ed02cc88ff28d80330cea7543a7220c5f7409 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=108f1c46e6ed1e0046dd6176e8a11a3ce582bbf8
commit 108f1c46e6ed1e0046dd6176e8a11a3ce582bbf8
Merge: 700ed02 3a147e1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 19 13:54:15 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 19 13:54:15 2015 -0500

    Merge topic 'emacs-mode-fix-word-at-point' into next
    
    3a147e1b cmake-mode.el: Re-add explicit call to require thingatpt


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3a147e1b623a4b8bb381c4b651cf983e294f3509
commit 3a147e1b623a4b8bb381c4b651cf983e294f3509
Author:     Peter Vasil <mail at petervasil.net>
AuthorDate: Mon Jan 19 19:49:07 2015 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jan 19 13:53:38 2015 -0500

    cmake-mode.el: Re-add explicit call to require thingatpt
    
    Usually it is not needed to call '(require 'thingatpt')' explicitly
    because the function 'symbol-at-point' is in autoloaded but to be sure
    to have the function loaded in every case, require thingatpt.

diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el
index 37ca942..7458a66 100644
--- a/Auxiliary/cmake-mode.el
+++ b/Auxiliary/cmake-mode.el
@@ -320,6 +320,7 @@ and store the result as a list in LISTVAR."
       ))
   )
 
+(require 'thingatpt)
 (defun cmake-symbol-at-point ()
   (let ((symbol (symbol-at-point)))
     (and (not (null symbol))

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

Summary of changes:
 Auxiliary/cmake-mode.el |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list