summaryrefslogtreecommitdiff
path: root/Auxiliary
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-12-16 08:28:31 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-12-16 08:28:31 +0100
commit591d4bbdafea42292f6ef7acaf033c22361f8c26 (patch)
tree0622057330d8a008f0226bdade0b31d47f3a2342 /Auxiliary
parent901386f646ea9949b44c5cc3b41e62bb285ffcc4 (diff)
downloadcmake-591d4bbdafea42292f6ef7acaf033c22361f8c26.tar.gz
cmake-mode.el: Require the rx package
We're using rx in cmake-mode.el. Technically, we don't have to load the package, because it's already loaded at startup. But it's good style to explicitly require the packages we use, if only to give a quick overview of the package dependencies.
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 190fdf5c66..52f2d417cc 100644
--- a/Auxiliary/cmake-mode.el
+++ b/Auxiliary/cmake-mode.el
@@ -28,6 +28,7 @@
;;
(require 'rst)
+(require 'rx)
(defcustom cmake-mode-cmake-executable "cmake"
"*The name of the cmake executable.