1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 10:47:59 +08:00

Merge topic 'emacs-mode-fix-word-at-point'

3a147e1b cmake-mode.el: Re-add explicit call to require thingatpt
This commit is contained in:
Brad King
2015-01-20 09:20:04 -05:00
committed by CMake Topic Stage

View File

@@ -320,6 +320,7 @@ and store the result as a list in LISTVAR."
)) ))
) )
(require 'thingatpt)
(defun cmake-symbol-at-point () (defun cmake-symbol-at-point ()
(let ((symbol (symbol-at-point))) (let ((symbol (symbol-at-point)))
(and (not (null symbol)) (and (not (null symbol))