diff options
author | Brad King <brad.king@kitware.com> | 2015-01-20 14:20:04 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-01-20 14:20:04 (GMT) |
commit | 481c5fd31e99b4aa0277dc76c7a201c627f3db79 (patch) | |
tree | 8d4003493135322e1cbfb75b27fe093d89a2d179 /Auxiliary | |
parent | 4970ac3d5fe1b0bc3519753fe50e4397c074353e (diff) | |
parent | 3a147e1b623a4b8bb381c4b651cf983e294f3509 (diff) | |
download | CMake-481c5fd31e99b4aa0277dc76c7a201c627f3db79.zip CMake-481c5fd31e99b4aa0277dc76c7a201c627f3db79.tar.gz CMake-481c5fd31e99b4aa0277dc76c7a201c627f3db79.tar.bz2 |
Merge topic 'emacs-mode-fix-word-at-point'
3a147e1b cmake-mode.el: Re-add explicit call to require thingatpt
Diffstat (limited to 'Auxiliary')
-rw-r--r-- | Auxiliary/cmake-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |