summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-19 13:57:25 -0500
committerBrad King <brad.king@kitware.com>2015-01-19 13:57:25 -0500
commit55e78dbee376961ee05e89e23a69ce6a970bdcbc (patch)
treeea6ff58d340eaf7c08dea8d4c12d0f4a8329c2a9
parentbc9cd21bd46023f3f0f7be5be5386315a193af08 (diff)
parent3a147e1b623a4b8bb381c4b651cf983e294f3509 (diff)
downloadcmake-55e78dbee376961ee05e89e23a69ce6a970bdcbc.tar.gz
Merge branch 'emacs-mode-fix-word-at-point' into release
-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 37ca94282e..7458a660c6 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))