summaryrefslogtreecommitdiffstats
path: root/Auxiliary
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-19 18:57:25 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-19 18:57:25 (GMT)
commit55e78dbee376961ee05e89e23a69ce6a970bdcbc (patch)
treeea6ff58d340eaf7c08dea8d4c12d0f4a8329c2a9 /Auxiliary
parentbc9cd21bd46023f3f0f7be5be5386315a193af08 (diff)
parent3a147e1b623a4b8bb381c4b651cf983e294f3509 (diff)
downloadCMake-55e78dbee376961ee05e89e23a69ce6a970bdcbc.zip
CMake-55e78dbee376961ee05e89e23a69ce6a970bdcbc.tar.gz
CMake-55e78dbee376961ee05e89e23a69ce6a970bdcbc.tar.bz2
Merge branch 'emacs-mode-fix-word-at-point' into release
Diffstat (limited to 'Auxiliary')
-rw-r--r--Auxiliary/cmake-mode.el1
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))