From 591d4bbdafea42292f6ef7acaf033c22361f8c26 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 16 Dec 2020 08:28:31 +0100 Subject: 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. --- Auxiliary/cmake-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el index 190fdf5..52f2d41 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. -- cgit v0.12