From 3a9b114fdbabb6e7d6206b1863c54de438bf506b Mon Sep 17 00:00:00 2001 From: Jake Ireland Date: Mon, 22 Apr 2024 20:28:51 +1200 Subject: [PATCH] Add code marker to denote the start of the code Missing as discovered by `M-x checkdoc` --- splunk-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/splunk-mode.el b/splunk-mode.el index 6b86a63..711feaf 100644 --- a/splunk-mode.el +++ b/splunk-mode.el @@ -77,6 +77,8 @@ ;;; Main +;;; Code: + (eval-when-compile (require 'rx) (require 'regexp-opt))