From 3a147e1b623a4b8bb381c4b651cf983e294f3509 Mon Sep 17 00:00:00 2001 From: Peter Vasil Date: Mon, 19 Jan 2015 19:49:07 +0100 Subject: [PATCH] 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. --- Auxiliary/cmake-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el index 37ca94282..7458a660c 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))